Skip to content

Commit

Permalink
chore(deps): update java (#9234)
Browse files Browse the repository at this point in the history
* chore(deps): update java

rollback artifact registry to 1.32
rollback >google-cloud-dataflow to 0.37

Co-authored-by: minherz <leoy@google.com>
  • Loading branch information
renovate-bot and minherz authored Feb 27, 2024
1 parent b39435d commit 6625622
Show file tree
Hide file tree
Showing 242 changed files with 584 additions and 568 deletions.
4 changes: 2 additions & 2 deletions accessapproval/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.29.0</version>
<version>26.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -49,7 +49,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions aiplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<groupId>com.google.cloud</groupId>
<scope>import</scope>
<type>pom</type>
<version>26.29.0</version>
<version>26.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions appengine-java11-bundled-services/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<groupId>com.google.cloud</groupId>
<scope>import</scope>
<type>pom</type>
<version>26.29.0</version>
<version>26.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>

Expand All @@ -123,7 +123,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -140,7 +140,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>GCLOUD_CONFIG</version>
Expand All @@ -166,7 +166,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.19</version>
<version>11.0.20</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/appengine-simple-jetty-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jetty.version>9.4.53.v20231009</jetty.version>
<jetty.version>9.4.54.v20240208</jetty.version>
</properties>

<!-- [START gae_java11_server_dependencies] -->
Expand Down
10 changes: 5 additions & 5 deletions appengine-java11/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>provided</scope>
</dependency>
<!-- Dependencies for Cloud SQL -->
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
<version>1.15.1</version>
<version>1.15.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.9.0</version>
<version>5.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>cloudsql</version>
Expand Down
6 changes: 3 additions & 3 deletions appengine-java11/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Copyright 2019 Google LLC
<groupId>com.google.cloud</groupId>
<scope>import</scope>
<type>pom</type>
<version>26.29.0</version>
<version>26.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -96,7 +96,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>gaeinfo</version>
Expand Down Expand Up @@ -130,7 +130,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.53.v20231009</version>
<version>9.4.54.v20240208</version>
</plugin>
</plugins>

Expand Down
6 changes: 3 additions & 3 deletions appengine-java11/guestbook-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.29.0</version>
<version>26.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -98,7 +98,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>guestbook</version>
Expand All @@ -108,7 +108,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.53.v20231009</version>
<version>9.4.54.v20240208</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/helloworld-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>helloworld</version>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>http-server</version>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/kotlin-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>kotlin-ktor</version>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/micronaut-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>micronaut-helloworld</version>
Expand Down
6 changes: 3 additions & 3 deletions appengine-java11/oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<groupId>com.google.cloud</groupId>
<scope>import</scope>
<type>pom</type>
<version>26.29.0</version>
<version>26.32.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>oauth2</version>
Expand All @@ -125,7 +125,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.53.v20231009</version>
<version>9.4.54.v20240208</version>
</plugin>

<plugin>
Expand Down
7 changes: 4 additions & 3 deletions appengine-java11/quarkus-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ limitations under the License.
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus.version>3.6.5</quarkus.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>3.6.5</version>
<version>${quarkus.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -69,7 +70,7 @@ limitations under the License.
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.6.5</version>
<version>${quarkus.version}</version>
<executions>
<execution>
<goals>
Expand All @@ -91,7 +92,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>quarkus-helloworld</version>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.29.0</version>
<version>26.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>spanner</version>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/sparkjava-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<artifact>${project.build.directory}/sparkjava-helloworld-1.0-jar-with-dependencies.jar</artifact>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/springboot-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2022.0.4</version>
<version>2022.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<!--
For the details of the parameters, see
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/tasks-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ limitations under the License.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2022.0.4</version>
<version>2022.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>task-handler</version>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.29.0</version>
<version>26.32.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -70,7 +70,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.2.0</version>
<version>1.4.0</version>
<scope>test</scope>
</dependency>
<!-- [START gae_java11_task_pom] -->
Expand Down
6 changes: 3 additions & 3 deletions appengine-java11/vertx-helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ limitations under the License.
<groupId>com.google.cloud</groupId>
<scope>import</scope>
<type>pom</type>
<version>26.29.0</version>
<version>26.32.0</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-dependencies</artifactId>
<version>4.5.1</version>
<version>4.5.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -109,7 +109,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.5.1</version>
<version>2.8.0</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<artifact>${project.build.directory}/vertx-hello-j11-1.0-jar-with-dependencies.jar</artifact>
Expand Down
Loading

0 comments on commit 6625622

Please sign in to comment.