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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)