8000 Auto-update dependencies. (#1714) · mashalfiaz/java-docs-samples@0d592ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d592ed

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies. (GoogleCloudPlatform#1714)
1 parent 018e1c5 commit 0d592ed

File tree

129 files changed

+229
-229
lines changed

Some content is hidden

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

129 files changed

+229
-229
lines changed

appengine-java11/gaeinfo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ Copyright 2019 Google LLC
5959
<dependency>
6060
<groupId>com.squareup.okhttp3</groupId>
6161
<artifactId>okhttp</artifactId>
62-
<version>4.0.1</version>
62+
<version>4.2.2</version>
6363
<scope>provided</scope>
6464
</dependency>
6565

6666
<dependency>
6767
<groupId>com.google.code.gson</groupId>
6868
<artifactId>gson</artifactId>
69-
<version>2.8.5</version>
69+
<version>2.8.6</version>
7070
<scope>provided</scope>
7171
</dependency>
7272

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-alpha4</version>
84+
<version>1.3.0-alpha5</version>
8585
<scope>runtime</scope>
8686
</dependency>
8787
<dependency>

appengine-java11/oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.google.oauth-client</groupId>
6666
<artifactId>google-oauth-client-servlet</artifactId>
67-
<version>1.30.1</version>
67+
<version>1.30.4</version>
6868
<scope>provided</scope>
6969
</dependency>
7070

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.6.RELEASE</version>
73+
<version>2.2.1.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
<artifa 1CF7 ctId>spring-boot-starter-web</artifactId>
65-
<version>2.1.6.RELEASE</version>
65+
<version>2.2.1.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.6.RELEASE</version>
77+
<version>2.2.1.RELEASE</version>
7878
</dependency>
7979

8080
</dependencies>

appengine-java8/analytics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.httpcomponents</groupId>
5555
<artifactId>httpclient</artifactId>
56-
<version>4.5.9</version>
56+
<version>4.5.10</version>
5757
</dependency>
5858

5959
<dependency>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mockito</groupId>
8989
<artifactId>mockito-core</artifactId>
90-
<version>3.0.0</version>
90+
<version>3.1.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

appengine-java8/appidentity/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.json</groupId>
5353
<artifactId>json</artifactId>
54-
<version>20180813</version>
54+
<version>20190722</version>
5555
</dependency>
5656

5757
<dependency>

appengine-java8/bigquery/pom.xml

Lines changed: 4 additions & 4 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.83.0</version>
55+
<version>1.100.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.cloud</groupId>
5959
<artifactId>google-cloud-monitoring</artifactId>
60-
<version>1.83.0</version>
60+
<version>1.98.0</version>
6161
</dependency>
6262

6363
<dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>joda-time</groupId>
7070
<artifactId>joda-time</artifactId>
71-
<version>2.10.3</version>
71+
<version>2.10.5</version>
7272
</dependency>
7373

7474
<!-- Test Dependencies -->
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.mockito</groupId>
9696
<artifactId>mockito-core</artifactId>
97-
<version>3.0.0</version>
97+
<version>3.1.0</version>
9898
<scope>test</scope>
9999
</dependency>
100 29DF 100
<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.30.2</version>
69+
<version>1.30.5</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.6</version>
76+
<version>42.2.8</version>
7777
</dependency>
7878

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

appengine-java8/cloudsql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.api-client</groupId>
7070
<artifactId>google-api-client-appengine</artifactId>
71-
<version>1.30.2</version>
71+
<version>1.30.5</version>
7272
</dependency>
7373

7474
<!-- [START gae_java8_mysql_dependencies] -->
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>com.google.cloud.sql</groupId>
8282
<artifactId>mysql-socket-factory</artifactId>
83-
<version>1.0.14</version>
83+
<version>1.0.15</version>
8484
</dependency>
8585
<!-- [END gae_java8_mysql_dependencies] -->
8686
</dependencies>

0 commit comments

Comments
 (0)
0