Skip to content

Commit 6625622

Browse files
chore(deps): update java (GoogleCloudPlatform#9234)
* chore(deps): update java rollback artifact registry to 1.32 rollback >google-cloud-dataflow to 0.37 Co-authored-by: minherz <leoy@google.com>
1 parent b39435d commit 6625622

File tree

242 files changed

+584
-568
lines changed

Some content is hidden

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

242 files changed

+584
-568
lines changed

accessapproval/snippets/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.google.cloud</groupId>
2929
<artifactId>libraries-bom</artifactId>
30-
<version>26.29.0</version>
30+
<version>26.32.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.google.truth</groupId>
5151
<artifactId>truth</artifactId>
52-
<version>1.2.0</version>
52+
<version>1.4.0</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>

aiplatform/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<groupId>com.google.cloud</groupId>
3333
<scope>import</scope>
3434
<type>pom</type>
35-
<version>26.29.0</version>
35+
<version>26.32.0</version>
3636
</dependency>
3737
</dependencies>
3838
</dependencyManagement>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.google.truth</groupId>
6767
<artifactId>truth</artifactId>
68-
<version>1.2.0</version>
68+
<version>1.4.0</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

appengine-java11-bundled-services/datastore/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<groupId>com.google.cloud</groupId>
4646
<scope>import</scope>
4747
<type>pom</type>
48-
<version>26.29.0</version>
48+
<version>26.32.0</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.9.0</version>
101+
<version>5.10.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.google.truth</groupId>
125125
<artifactId>truth</artifactId>
126-
<version>1.2.0</version>
126+
<version>1.4.0</version>
127127
<scope>test</scope>
128128
</dependency>
129129
</dependencies>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>com.google.cloud.tools</groupId>
142142
<artifactId>appengine-maven-plugin</artifactId>
143-
<version>2.5.1</version>
143+
<version>2.8.0</version>
144144
<configuration>
145145
<projectId>GCLOUD_CONFIG</projectId>
146146
<version>GCLOUD_CONFIG</version>
@@ -166,7 +166,7 @@
166166
<plugin>
167167
<groupId>org.eclipse.jetty</groupId>
168168
<artifactId>jetty-maven-plugin</artifactId>
169-
<version>11.0.19</version>
169+
<version>11.0.20</version>
170170
</plugin>
171171
</plugins>
172172
</build>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<maven.compiler.source>11</maven.compiler.source>
2323
<maven.compiler.target>11</maven.compiler.target>
24-
<jetty.version>9.4.53.v20231009</jetty.version>
24+
<jetty.version>9.4.54.v20240208</jetty.version>
2525
</properties>
2626

2727
<!-- [START gae_java11_server_dependencies] -->

appengine-java11/cloudsql/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.11</version>
69+
<version>2.0.12</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!-- Dependencies for Cloud SQL -->
@@ -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.15.1</version>
82+
<version>1.15.2</version>
8383
<scope>provided</scope>
8484
</dependency>
8585
<dependency>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.mockito</groupId>
9494
<artifactId>mockito-core</artifactId>
95-
<version>5.9.0</version>
95+
<version>5.10.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>com.google.truth</groupId>
106106
<artifactId>truth</artifactId>
107-
<version>1.2.0</version>
107+
<version>1.4.0</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>com.google.cloud.tools</groupId>
158158
<artifactId>appengine-maven-plugin</artifactId>
159-
<version>2.5.1</version>
159+
<version>2.8.0</version>
160160
<configuration>
161161
<projectId>GCLOUD_CONFIG</projectId>
162162
<version>cloudsql</version>

appengine-java11/gaeinfo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Copyright 2019 Google LLC
4343
<groupId>com.google.cloud</groupId>
4444
<scope>import</scope>
4545
<type>pom</type>
46-
<version>26.29.0</version>
46+
<version>26.32.0</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>
@@ -96,7 +96,7 @@ Copyright 2019 Google LLC
9696
<plugin>
9797
<groupId>com.google.cloud.tools</groupId>
9898
<artifactId>appengine-maven-plugin</artifactId>
99-
<version>2.5.1</version>
99+
<version>2.8.0</version>
100100
<configuration>
101101
<projectId>GCLOUD_CONFIG</projectId>
102102
<version>gaeinfo</version>
@@ -130,7 +130,7 @@ Copyright 2019 Google LLC
130130
<plugin>
131131
<groupId>org.eclipse.jetty</groupId>
132132
<artifactId>jetty-maven-plugin</artifactId>
133-
<version>9.4.53.v20231009</version>
133+
<version>9.4.54.v20240208</version>
134134
</plugin>
135135
</plugins>
136136

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>libraries-bom</artifactId>
48-
<version>26.29.0</version>
48+
<version>26.32.0</version>
4949
<type>pom</type>
5050
<scope>import</scope>
5151
</dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>com.google.cloud.tools</groupId>
100100
<artifactId>appengine-maven-plugin</artifactId>
101-
<version>2.5.1</version>
101+
<version>2.8.0</version>
102102
<configuration>
103103
<projectId>GCLOUD_CONFIG</projectId>
104104
<version>guestbook</version>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.eclipse.jetty</groupId>
110110
<artifactId>jetty-maven-plugin</artifactId>
111-
<version>9.4.53.v20231009</version>
111+
<version>9.4.54.v20240208</version>
112112
</plugin>
113113

114114
<plugin>

appengine-java11/helloworld-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ limitations under the License.
7575
<plugin>
7676
<groupId>com.google.cloud.tools</groupId>
7777
<artifactId>appengine-maven-plugin</artifactId>
78-
<version>2.5.1</version>
78+
<version>2.8.0</version>
7979
<configuration>
8080
<projectId>GCLOUD_CONFIG</projectId>
8181
<version>helloworld</version>

appengine-java11/http-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>com.google.cloud.tools</groupId>
4040
<artifactId>appengine-maven-plugin</artifactId>
41-
<version>2.5.1</version>
41+
<version>2.8.0</version>
4242
<configuration>
4343
<projectId>GCLOUD_CONFIG</projectId>
4444
<version>http-server</version>

appengine-java11/kotlin-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ limitations under the License.
162162
<plugin>
163163
<groupId>com.google.cloud.tools</groupId>
164164
<artifactId>appengine-maven-plugin</artifactId>
165-
<version>2.5.1</version>
165+
<version>2.8.0</version>
166166
<configuration>
167167
<projectId>GCLOUD_CONFIG</projectId>
168168
<version>kotlin-ktor</version>

appengine-java11/micronaut-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>com.google.cloud.tools</groupId>
8888
<artifactId>appengine-maven-plugin</artifactId>
89-
<version>2.5.1</version>
89+
<version>2.8.0</version>
9090
<configuration>
9191
<projectId>GCLOUD_CONFIG</projectId>
9292
<version>micronaut-helloworld</version>

appengine-java11/oauth2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<groupId>com.google.cloud</groupId>
4646
<scope>import</scope>
4747
<type>pom</type>
48-
<version>26.29.0</version>
48+
<version>26.32.0</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>com.google.cloud.tools</groupId>
117117
<artifactId>appengine-maven-plugin</artifactId>
118-
<version>2.5.1</version>
118+
<version>2.8.0</version>
119119
<configuration>
120120
<projectId>GCLOUD_CONFIG</projectId>
121121
<version>oauth2</version>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.eclipse.jetty</groupId>
127127
<artifactId>jetty-maven-plugin</artifactId>
128-
<version>9.4.53.v20231009</version>
128+
<version>9.4.54.v20240208</version>
129129
</plugin>
130130

131131
<plugin>

appengine-java11/quarkus-helloworld/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ limitations under the License.
3333
<maven.compiler.target>11</maven.compiler.target>
3434
<maven.compiler.source>11</maven.compiler.source>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36+
<quarkus.version>3.6.5</quarkus.version>
3637
</properties>
3738

3839
<dependencyManagement>
3940
<dependencies>
4041
<dependency>
4142
<groupId>io.quarkus</groupId>
4243
<artifactId>quarkus-bom</artifactId>
43-
<version>3.6.5</version>
44+
<version>${quarkus.version}</version>
4445
<type>pom</type>
4546
<scope>import</scope>
4647
</dependency>
@@ -69,7 +70,7 @@ limitations under the License.
6970
<plugin>
7071
<groupId>io.quarkus</groupId>
7172
<artifactId>quarkus-maven-plugin</artifactId>
72-
<version>3.6.5</version>
73+
<version>${quarkus.version}</version>
7374
<executions>
7475
<execution>
7576
<goals>
@@ -91,7 +92,7 @@ limitations under the License.
9192
<plugin>
9293
<groupId>com.google.cloud.tools</groupId>
9394
<artifactId>appengine-maven-plugin</artifactId>
94-
<version>2.5.1</version>
95+
<version>2.8.0</version>
9596
<configuration>
9697
<projectId>GCLOUD_CONFIG</projectId>
9798
<version>quarkus-helloworld</version>

appengine-java11/spanner/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>libraries-bom</artifactId>
46-
<version>26.29.0</version>
46+
<version>26.32.0</version>
4747
<type>pom</type>
4848
<scope>import</scope>
4949
</dependency>
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>com.google.cloud.tools</groupId>
110110
<artifactId>appengine-maven-plugin</artifactId>
111-
<version>2.5.1</version>
111+
<version>2.8.0</version>
112112
<configuration>
113113
<projectId>GCLOUD_CONFIG</projectId>
114114
<version>spanner</version>

appengine-java11/sparkjava-helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ limitations under the License.
101101
<plugin>
102102
<groupId>com.google.cloud.tools</groupId>
103103
<artifactId>appengine-maven-plugin</artifactId>
104-
<version>2.5.1</version>
104+
<version>2.8.0</version>
105105
<configuration>
106106
<projectId>GCLOUD_CONFIG</projectId>
107107
<artifact>${project.build.directory}/sparkjava-helloworld-1.0-jar-with-dependencies.jar</artifact>

appengine-java11/springboot-helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.springframework.cloud</groupId>
5050
<artifactId>spring-cloud-dependencies</artifactId>
51-
<version>2022.0.4</version>
51+
<version>2022.0.5</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>com.google.cloud.tools</groupId>
9494
<artifactId>appengine-maven-plugin</artifactId>
95-
<version>2.5.1</version>
95+
<version>2.8.0</version>
9696
<configuration>
9797
<!--
9898
For the details of the parameters, see

appengine-java11/tasks-handler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ limitations under the License.
5151
<dependency>
5252
<groupId>org.springframework.cloud</groupId>
5353
<artifactId>spring-cloud-dependencies</artifactId>
54-
<version>2022.0.4</version>
54+
<version>2022.0.5</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -95,7 +95,7 @@ limitations under the License.
9595
<plugin>
9696
<groupId>com.google.cloud.tools</groupId>
9797
<artifactId>appengine-maven-plugin</artifactId>
98-
<version>2.5.1</version>
98+
<version>2.8.0</version>
9999
<configuration>
100100
<projectId>GCLOUD_CONFIG</projectId>
101101
<version>task-handler</version>

appengine-java11/tasks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Copyright 2019 Google LLC
4747
<dependency>
4848
<groupId>com.google.cloud</groupId>
4949
<artifactId>libraries-bom</artifactId>
50-
<version>26.29.0</version>
50+
<version>26.32.0</version>
5151
<type>pom</type>
5252
<scope>import</scope>
5353
</dependency>
@@ -70,7 +70,7 @@ Copyright 2019 Google LLC
7070
<dependency>
7171
<groupId>com.google.truth</groupId>
7272
<artifactId>truth</artifactId>
73-
<version>1.2.0</version>
73+
<version>1.4.0</version>
7474
<scope>test</scope>
7575
</dependency>
7676
<!-- [START gae_java11_task_pom] -->

appengine-java11/vertx-helloworld/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ limitations under the License.
4444
<groupId>com.google.cloud</groupId>
4545
<scope>import</scope>
4646
<type>pom</type>
47-
<version>26.29.0</version>
47+
<version>26.32.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>io.vertx</groupId>
5151
<artifactId>vertx-dependencies</artifactId>
52-
<version>4.5.1</version>
52+
<version>4.5.3</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -109,7 +109,7 @@ limitations under the License.
109109
<plugin>
110110
<groupId>com.google.cloud.tools</groupId>
111111
<artifactId>appengine-maven-plugin</artifactId>
112-
<version>2.5.1</version>
112+
<version>2.8.0</version>
113113
<configuration>
114114
<projectId>GCLOUD_CONFIG</projectId>
115115
<artifact>${project.build.directory}/vertx-hello-j11-1.0-jar-with-dependencies.jar</artifact>

0 commit comments

Comments
 (0)