Skip to content

Commit 063ffe0

Browse files
dpebotaverikitsch
authored andcommitted
Auto-update dependencies. (#1467)
* Auto-update dependencies. * Rollback * Auto-update dependencies. * Fix merge errors * Rollback * Fix tests * Fix test
1 parent 8956f17 commit 063ffe0

File tree

158 files changed

+499
-490
lines changed

Some content is hidden

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

158 files changed

+499
-490
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/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

appengine-java11/tasks-handler/pom.xml

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

0 commit comments

Comments
 (0)