Skip to content

Commit 9772f04

Browse files
dpebotaverikitsch
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1470)
* Auto-update dependencies. * Add error prone * Rollback * rollback missed tests
1 parent 8da84f4 commit 9772f04

File tree

80 files changed

+155
-146
lines changed

Some content is hidden

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

80 files changed

+155
-146
lines changed

appengine-java11/cloudsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
82-
<version>1.0.13</version>
82+
<version>1.0.14</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>

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>4.0.0-RC1</version>
62+
<version>4.0.0-RC2</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>1.7.0</version>
54+
<version>1.9.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.40</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.2</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.2</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.2</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.2</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

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.22.0</version>
58+
<version>1.24.0</version>
5959
<scope>provided</scope>
6060
</dependency>
6161

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.5.RELEASE</version>
73+
<version>2.1.6.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.5.RELEASE</version>
65+
<version>2.1.6.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.5.RELEASE</version>
77+
<version>2.1.6.RELEASE</version>
7878
</dependency>
7979

8080
</dependencies>

appengine-java11/tasks/pom.xml

Lines changed: 1 addition & 1 deletion
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>1.4.0</version>
48+
<version>1.6.0</version>
4949
<scope>provided</scope>
5050
</dependency>
5151
<!-- [END gae_java11_task_pom] -->

appengine-java8/bigquery/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquery</artifactId>
55-
<version>1.77.0</version>
55+
<version>1.79.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-monitoring</artifactId>
60-
<version>1.77.0</version>
60+
<version>1.79.0</version>
6161
</dependency>
6262

6363
<dependency>

appengine-java8/cloudsql-postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@
6666
<dependency>
6767
<groupId>com.google.api-client</groupId>
6868
<artifactId>google-api-client-appengine</artifactId>
69-
<version>1.29.2</version>
69+
<version>1.30.1</version>
7070
</dependency>
7171

7272
<!-- [START gae_java8_postgres_dependencies] -->
7373
<dependency>
7474
<groupId>org.postgresql</groupId>
7575
<artifactId>postgresql</artifactId>
76-
<version>42.2.5</version>
76+
<version>42.2.6</version>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>postgres-socket-factory</artifactId>
82-
<version>1.0.13</version>
82+
<version>1.0.14</version>
8383
</dependency>
8484
<!-- [END gae_java8_postgres_dependencies] -->
8585
</dependencies>

0 commit comments

Comments
 (0)