File tree Expand file tree Collapse file tree
helloworld-gae-javasdk-tools
kotlin-appengine-standard
kotlin-spark-appengine-standard
kotlin-springboot-appengine-standard
sparkjava-appengine-standard Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments