Skip to content

Commit

Permalink
Auto-update dependencies. (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and lesv committed Dec 18, 2017
1 parent 278fe54 commit dd53962
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine-java8/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion appengine/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion iap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>5.1</version>
<version>5.2</version>
</dependency>
<!-- [END dependencies] -->

Expand Down

0 comments on commit dd53962

Please sign in to comment.