Skip to content

Commit f4f038c

Browse files
committed
Auto-update dependencies.
1 parent 8956f17 commit f4f038c

File tree

181 files changed

+580
-580
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+580
-580
lines changed

appengine-java11/appengine-simple-jetty-main/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
<dependency>
3030
<groupId>org.eclipse.jetty</groupId>
3131
<artifactId>jetty-server</artifactId>
32-
<version>9.4.18.v20190429</version>
32+
<version>9.4.19.v20190610</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.eclipse.jetty</groupId>
3636
<artifactId>jetty-webapp</artifactId>
37-
<version>9.4.18.v20190429</version>
37+
<version>9.4.19.v20190610</version>
3838
<type>jar</type>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.eclipse.jetty</groupId>
4242
<artifactId>jetty-util</artifactId>
43-
<version>9.4.18.v20190429</version>
43+
<version>9.4.19.v20190610</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.eclipse.jetty</groupId>
4747
<artifactId>jetty-annotations</artifactId>
48-
<version>9.4.18.v20190429</version>
48+
<version>9.4.19.v20190610</version>
4949
<type>jar</type>
5050
</dependency>
5151
<!-- extra explicit dependency needed because there is a JSP in the sample-->
5252
<dependency>
5353
<groupId>org.eclipse.jetty</groupId>
5454
<artifactId>apache-jsp</artifactId>
55-
<version>9.4.18.v20190429</version>
55+
<version>9.4.19.v20190610</version>
5656
</dependency>
5757
</dependencies>
5858
<!-- [END gae_java11_server_dependencies] -->

appengine-java11/cloudsql/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
82-
<version>1.0.12</version>
82+
<version>1.0.13</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>com.zaxxer</groupId>
8787
<artifactId>HikariCP</artifactId>
88-
<version>3.3.0</version>
88+
<version>3.3.1</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
</dependencies>

appengine-java11/gaeinfo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copyright 2019 Google LLC
5959
<dependency>
6060
<groupId>com.squareup.okhttp3</groupId>
6161
<artifactId>okhttp</artifactId>
62-
<version>3.12.1</version>
62+
<version>4.0.0-RC1</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

appengine-java11/guestbook-cloud-firestore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-firestore</artifactId>
54-
<version>0.81.0-beta</version>
54+
<version>1.7.0</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
<!-- [END gae_java11_firestore_pom] -->

appengine-java11/kotlin-ktor/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,32 +58,32 @@ limitations under the License.
5858
<dependency>
5959
<groupId>org.jetbrains.kotlin</groupId>
6060
<artifactId>kotlin-stdlib-jdk8</artifactId>
61-
<version>1.3.30</version>
61+
<version>1.3.31</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>io.ktor</groupId>
6565
<artifactId>ktor-server-netty</artifactId>
66-
<version>1.1.3</version>
66+
<version>1.2.1-1.3.40-eap-67</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>ch.qos.logback</groupId>
7070
<artifactId>logback-classic</artifactId>
71-
<version>1.2.3</version>
71+
<version>1.3.0-alpha4</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>io.ktor</groupId>
7575
<artifactId>ktor-server-core</artifactId>
76-
<version>1.1.3</version>
76+
<version>1.2.1-1.3.40-eap-67</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>io.ktor</groupId>
8080
<artifactId>ktor-server-host-common</artifactId>
81-
<version>1.1.3</version>
81+
<version>1.2.1-1.3.40-eap-67</version>
8282
</dependency>
8383
<dependency>
8484
<groupId>io.ktor</groupId>
8585
<artifactId>ktor-server-tests</artifactId>
86-
<version>1.1.3</version>
86+
<version>1.2.1-1.3.40-eap-67</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

appengine-java11/micronaut-helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>ch.qos.logback</groupId>
8383
<artifactId>logback-classic</artifactId>
84-
<version>1.2.3</version>
84+
<version>1.3.0-alpha4</version>
8585
<scope>runtime</scope>
8686
</dependency>
8787
<dependency>
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>junit</groupId>
104104
<artifactId>junit</artifactId>
105-
<version>4.4</version>
105+
<version>4.13-beta-3</version>
106106
<scope>test</scope>
107107
</dependency>
108108
</dependencies>

appengine-java11/oauth2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
<dependency>
5858
<groupId>com.google.oauth-client</groupId>
5959
<artifactId>google-oauth-client</artifactId>
60-
<version>1.29.0</version>
60+
<version>1.30.1</version>
6161
<scope>provided</scope>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>com.google.oauth-client</groupId>
6666
<artifactId>google-oauth-client-servlet</artifactId>
67-
<version>1.29.0</version>
67+
<version>1.30.1</version>
6868
<scope>provided</scope>
6969
</dependency>
7070

appengine-java11/spanner/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.cloud</groupId>
5757
<artifactId>google-cloud-spanner</artifactId>
58-
<version>1.7.0</version>
58+
<version>1.22.0</version>
5959
<scope>provided</scope>
6060
</dependency>
6161

appengine-java11/sparkjava-helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ limitations under the License.
4141
<dependency>
4242
<groupId>com.sparkjava</groupId>
4343
<artifactId>spark-core</artifactId>
44-
<version>2.9.0</version>
44+
<version>2.9.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>junit</groupId>
4848
<artifactId>junit</artifactId>
49-
<version>4.12</version>
49+
<version>4.13-beta-3</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>

appengine-java11/springboot-helloworld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-jetty</artifactId>
73-
<version>2.1.4.RELEASE</version>
73+
<version>2.1.5.RELEASE</version>
7474
</dependency>
7575
</dependencies>
7676

appengine-java11/tasks-handler/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ limitations under the License.
6262
<dependency>
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-web</artifactId>
65-
<version>2.1.4.RELEASE</version>
65+
<version>2.1.5.RELEASE</version>
6666
<exclusions>
6767
<!-- Exclude the Tomcat dependency -->
6868
<exclusion>
@@ -74,7 +74,7 @@ limitations under the License.
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>
7676
<artifactId>spring-boot-starter-jetty</artifactId>
77-
<version>2.1.4.RELEASE</version>
77+
<version>2.1.5.RELEASE</version>
7878
</dependency>
7979

8080
</dependencies>

appengine-java11/tasks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Copyright 2019 Google LLC
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-tasks</artifactId>
48-
<version>0.87.0-beta</version>
48+
<version>1.4.0</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<!-- [END gae_java11_task_pom] -->

appengine-java11/vertx-helloworld/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ limitations under the License.
4141
<dependency>
4242
<groupId>io.vertx</groupId>
4343
<artifactId>vertx-core</artifactId>
44-
<version>3.6.3</version>
44+
<version>3.7.1</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.vertx</groupId>
4848
<artifactId>vertx-web</artifactId>
49-
<version>3.6.3</version>
49+
<version>3.7.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>io.vertx</groupId>
5353
<artifactId>vertx-web-client</artifactId>
54-
<version>3.6.3</version>
54+
<version>3.7.1</version>
5555
</dependency>
5656

5757
<dependency>
@@ -63,12 +63,12 @@ limitations under the License.
6363
<dependency>
6464
<groupId>junit</groupId>
6565
<artifactId>junit</artifactId>
66-
<version>4.12</version>
66+
<version>4.13-beta-3</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>io.vertx</groupId>
7070
<artifactId>vertx-unit</artifactId>
71-
<version>3.6.3</version>
71+
<version>3.7.1</version>
7272
</dependency>
7373
</dependencies>
7474
<build>

appengine-java8/analytics/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
<properties>
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<maven.compiler.source>1.8</maven.compiler.source>
36-
<appengine.sdk.version>1.9.73</appengine.sdk.version>
36+
<appengine.sdk.version>1.9.75</appengine.sdk.version>
3737
</properties>
3838

3939
<dependencies>
4040
<!-- Compile/runtime dependencies -->
4141
<dependency>
4242
<groupId>com.google.appengine</groupId>
4343
<artifactId>appengine-api-1.0-sdk</artifactId>
44-
<version>1.9.73</version>
44+
<version>1.9.75</version>
4545
</dependency>
4646

4747
<dependency>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.httpcomponents</groupId>
5555
<artifactId>httpclient</artifactId>
56-
<version>4.5.8</version>
56+
<version>4.5.9</version>
5757
</dependency>
5858

5959
<dependency>
@@ -74,20 +74,20 @@
7474
<dependency>
7575
<groupId>com.google.appengine</groupId>
7676
<artifactId>appengine-api-stubs</artifactId>
77-
<version>1.9.73</version>
77+
<version>1.9.75</version>
7878
<scope>test</scope>
7979
</dependency>
8080

8181
<dependency>
8282
<groupId>junit</groupId>
8383
<artifactId>junit</artifactId>
84-
<version>4.13-beta-2</version>
84+
<version>4.13-beta-3</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-core</artifactId>
90-
<version>2.27.0</version>
90+
<version>2.28.2</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.google.truth</groupId>
100100
<artifactId>truth</artifactId>
101-
<version>0.44</version>
101+
<version>0.45</version>
102102
<scope>test</scope>
103103
</dependency>
104104
</dependencies>

appengine-java8/appidentity/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.google.appengine</groupId>
4141
<artifactId>appengine-api-1.0-sdk</artifactId>
42-
<version>1.9.73</version>
42+
<version>1.9.75</version>
4343
</dependency>
4444

4545
<dependency>
@@ -66,20 +66,20 @@
6666
<dependency>
6767
<groupId>com.google.appengine</groupId>
6868
<artifactId>appengine-api-stubs</artifactId>
69-
<version>1.9.73</version>
69+
<version>1.9.75</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.appengine</groupId>
7474
<artifactId>appengine-tools-sdk</artifactId>
75-
<version>1.9.73</version>
75+
<version>1.9.75</version>
7676
<scope>test</scope>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>junit</groupId>
8181
<artifactId>junit</artifactId>
82-
<version>4.13-beta-2</version>
82+
<version>4.13-beta-3</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -91,13 +91,13 @@
9191
<dependency>
9292
<groupId>com.google.appengine</groupId>
9393
<artifactId>appengine-testing</artifactId>
94-
<version>1.9.73</version>
94+
<version>1.9.75</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.truth</groupId>
9999
<artifactId>truth</artifactId>
100-
<version>0.44</version>
100+
<version>0.45</version>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>

0 commit comments

Comments
 (0)