Skip to content

Commit cbb06e0

Browse files
committed
Auto-update dependencies.
1 parent b2b23c8 commit cbb06e0

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ limitations under the License.
5353
<dependency>
5454
<groupId>com.google.appengine</groupId>
5555
<artifactId>appengine-api-1.0-sdk</artifactId>
56-
<version>1.9.56</version>
56+
<version>1.9.57</version>
5757
</dependency>
5858
<!-- [END api-dependencies] -->
5959

@@ -77,20 +77,20 @@ limitations under the License.
7777
<dependency>
7878
<groupId>com.google.appengine</groupId>
7979
<artifactId>appengine-testing</artifactId>
80-
<version>1.9.56</version>
80+
<version>1.9.57</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>com.google.appengine</groupId>
8585
<artifactId>appengine-api-stubs</artifactId>
86-
<version>1.9.56</version>
86+
<version>1.9.57</version>
8787
<scope>test</scope>
8888
</dependency>
8989

9090
<dependency>
9191
<groupId>com.google.appengine</groupId>
9292
<artifactId>appengine-tools-sdk</artifactId>
93-
<version>1.9.56</version>
93+
<version>1.9.57</version>
9494
<scope>test</scope>
9595
</dependency>
9696

appengine-standard-java8/helloworld/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ limitations under the License.
5555
<dependency>
5656
<groupId>com.google.appengine</groupId>
5757
<artifactId>appengine-api-1.0-sdk</artifactId>
58-
<version>1.9.56</version>
58+
<version>1.9.57</version>
5959
</dependency>
6060
<!-- [END api-dependencies] -->
6161

@@ -79,20 +79,20 @@ limitations under the License.
7979
<dependency>
8080
<groupId>com.google.appengine</groupId>
8181
<artifactId>appengine-testing</artifactId>
82-
<version>1.9.56</version>
82+
<version>1.9.57</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.google.appengine</groupId>
8787
<artifactId>appengine-api-stubs</artifactId>
88-
<version>1.9.56</version>
88+
<version>1.9.57</version>
8989
<scope>test</scope>
9090
</dependency>
9191

9292
<dependency>
9393
<groupId>com.google.appengine</groupId>
9494
<artifactId>appengine-tools-sdk</artifactId>
95-
<version>1.9.56</version>
95+
<version>1.9.57</version>
9696
<scope>test</scope>
9797
</dependency>
9898

appengine-standard-java8/kotlin-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<dependency>
3434
<groupId>com.google.appengine</groupId>
3535
<artifactId>appengine-api-1.0-sdk</artifactId>
36-
<version>1.9.56</version>
36+
<version>1.9.57</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>jstl</groupId>

appengine-standard-java8/kotlin-spark-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
<dependency>
3434
<groupId>com.google.appengine</groupId>
3535
<artifactId>appengine-api-1.0-sdk</artifactId>
36-
<version>1.9.56</version>
36+
<version>1.9.57</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>jstl</groupId>

appengine-standard-java8/kotlin-springboot-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ limitations under the License.
3838
<dependency>
3939
<groupId>com.google.appengine</groupId>
4040
<artifactId>appengine-api-1.0-sdk</artifactId>
41-
<version>1.9.56</version>
41+
<version>1.9.57</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>jstl</groupId>

appengine-standard-java8/sparkjava-appengine-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ limitations under the License.
8787
<dependency>
8888
<groupId>com.google.appengine</groupId>
8989
<artifactId>appengine-api-1.0-sdk</artifactId>
90-
<version>1.9.56</version>
90+
<version>1.9.57</version>
9191
<type>jar</type>
9292
</dependency>
9393
<dependency>

bookshelf-standard/2-structured-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Copyright 2016 Google Inc.
4949
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5050
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
5151
<maven.war.filteringDeploymentDescriptors>true</maven.war.filteringDeploymentDescriptors>
52-
<appengine-maven.version>1.9.56</appengine-maven.version>
52+
<appengine-maven.version>1.9.57</appengine-maven.version>
5353
</properties>
5454

5555
<!-- THINGS ONLY USED WHEN RUN LOCALLY -->
@@ -80,7 +80,7 @@ Copyright 2016 Google Inc.
8080
<dependency>
8181
<groupId>com.google.appengine</groupId>
8282
<artifactId>appengine-api-1.0-sdk</artifactId>
83-
<version>1.9.56</version>
83+
<version>1.9.57</version>
8484
</dependency>
8585

8686
<dependency> <!-- REQUIRED -->

bookshelf-standard/3-binary-data/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Copyright 2016 Google Inc.
5151
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5252
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
5353
<maven.war.filteringDeploymentDescriptors>true</maven.war.filteringDeploymentDescriptors>
54-
<appengine-maven.version>1.9.56</appengine-maven.version>
54+
<appengine-maven.version>1.9.57</appengine-maven.version>
5555
</properties>
5656

5757
<!-- THINGS ONLY USED WHEN RUN LOCALLY -->
@@ -82,7 +82,7 @@ Copyright 2016 Google Inc.
8282
<dependency>
8383
<groupId>com.google.appengine</groupId>
8484
<artifactId>appengine-api-1.0-sdk</artifactId>
85-
<version>1.9.56</version>
85+
<version>1.9.57</version>
8686
</dependency>
8787

8888
<dependency> <!-- REQUIRED -->

bookshelf-standard/4-auth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Copyright 2016 Google Inc.
5151
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5252
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
5353
<maven.war.filteringDeploymentDescriptors>true</maven.war.filteringDeploymentDescriptors>
54-
<appengine-maven.version>1.9.56</appengine-maven.version>
54+
<appengine-maven.version>1.9.57</appengine-maven.version>
5555
</properties>
5656

5757
<!-- THINGS ONLY USED WHEN RUN LOCALLY -->
@@ -82,7 +82,7 @@ Copyright 2016 Google Inc.
8282
<dependency>
8383
<groupId>com.google.appengine</groupId>
8484
<artifactId>appengine-api-1.0-sdk</artifactId>
85-
<version>1.9.56</version>
85+
<version>1.9.57</version>
8686
</dependency>
8787

8888
<dependency> <!-- REQUIRED -->

bookshelf-standard/5-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Copyright 2016 Google Inc.
5151
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
5252
<maven.compiler.failOnWarning>true</maven.compiler.failOnWarning>
5353
<maven.war.filteringDeploymentDescriptors>true</maven.war.filteringDeploymentDescriptors>
54-
<appengine-maven.version>1.9.56</appengine-maven.version>
54+
<appengine-maven.version>1.9.57</appengine-maven.version>
5555
</properties>
5656

5757
<!-- THINGS ONLY USED WHEN RUN LOCALLY -->
@@ -82,7 +82,7 @@ Copyright 2016 Google Inc.
8282
<dependency>
8383
<groupId>com.google.appengine</groupId>
8484
<artifactId>appengine-api-1.0-sdk</artifactId>
85-
<version>1.9.56</version>
85+
<version>1.9.57</version>
8686
</dependency>
8787

8888
<dependency> <!-- REQUIRED -->

0 commit comments

Comments
 (0)