Skip to content

Commit 533fa47

Browse files
authored
Update AppEngine packages to v1.9.79 (GoogleCloudPlatform#2513)
1 parent 92ac65c commit 533fa47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appengine-java8/requests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ limitations under the License.
7878
<dependency>
7979
<groupId>com.google.appengine</groupId>
8080
<artifactId>appengine-api-stubs</artifactId>
81-
<version>1.9.78</version>
81+
<version>1.9.79</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>com.google.appengine</groupId>
8686
<artifactId>appengine-tools-sdk</artifactId>
87-
<version>1.9.78</version>
87+
<version>1.9.79</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>

appengine-java8/taskqueues-pull/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ limitations under the License.
6262
<dependency>
6363
<groupId>com.google.appengine</groupId>
6464
<artifactId>appengine-testing</artifactId>
65-
<version>1.9.78</version>
65+
<version>1.9.79</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.google.appengine</groupId>
7070
<artifactId>appengine-api-stubs</artifactId>
71-
<version>1.9.78</version>
71+
<version>1.9.79</version>
7272
<scope>test</scope>
7373
</dependency>
7474
</dependencies>

0 commit comments

Comments
 (0)