Skip to content

Commit

Permalink
fix(deps): update java
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 10, 2025
1 parent 5171dd5 commit a6ddc51
Show file tree
Hide file tree
Showing 265 changed files with 1,053 additions and 1,037 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.32.0</version>
<version>26.55.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.4.0</version>
<version>1.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 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.32.0</version>
<version>26.55.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.0</version>
<version>1.4.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.13.0</version>
<version>5.16.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
24 changes: 12 additions & 12 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.32.0</version>
<version>26.55.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>2.0.24</version>
<version>2.0.33</version>
</dependency>

<dependency>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.10.4</version>
<version>1.11.0</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -98,32 +98,32 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.10.0</version>
<version>5.16.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-testing</artifactId>
<version>2.0.24</version>
<version>2.0.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-stubs</artifactId>
<version>2.0.24</version>
<version>2.0.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-tools-sdk</artifactId>
<version>2.0.24</version>
<version>2.0.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.0</version>
<version>1.4.4</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.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>GCLOUD_CONFIG</version>
Expand All @@ -152,21 +152,21 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.14.0</version>
<configuration>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>1.10.4</version>
<version>1.11.0</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.20</version>
<version>11.0.24</version>
</plugin>
</plugins>
</build>
Expand Down
4 changes: 2 additions & 2 deletions 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.56.v20240826</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
</properties>

<!-- [START gae_java11_server_dependencies] -->
Expand Down Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand Down
12 changes: 6 additions & 6 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.12</version>
<version>2.0.17</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.2</version>
<version>1.23.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -92,7 +92,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.10.0</version>
<version>5.16.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.4.0</version>
<version>1.4.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -120,7 +120,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>copy</id>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>cloudsql</version>
Expand Down
10 changes: 5 additions & 5 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.32.0</version>
<version>26.55.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -85,7 +85,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>3.1.2.RELEASE</version>
<version>3.1.3.RELEASE</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -96,7 +96,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>gaeinfo</version>
Expand All @@ -111,7 +111,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>copy</id>
Expand All @@ -130,7 +130,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.57.v20241219</version>
</plugin>
</plugins>

Expand Down
8 changes: 4 additions & 4 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.32.0</version>
<version>26.55.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.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>guestbook</version>
Expand All @@ -108,13 +108,13 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.57.v20241219</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>copy</id>
Expand Down
4 changes: 2 additions & 2 deletions 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.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>helloworld</version>
Expand All @@ -86,7 +86,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<executions>
<execution>
<id>copy</id>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/http-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
Expand All @@ -38,7 +38,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>http-server</version>
Expand Down
12 changes: 6 additions & 6 deletions appengine-java11/kotlin-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ limitations under the License.
<properties>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<ktor_version>3.0.0-eap-852</ktor_version>
<ktor_version>3.2.0-eap-1247</ktor_version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin_version>1.9.22</kotlin_version>
<logback_version>1.4.14</logback_version>
<kotlin_version>1.9.25</kotlin_version>
<logback_version>1.5.17</logback_version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<main.class>com.example.appengine.ApplicationKt</main.class>
Expand Down Expand Up @@ -121,7 +121,7 @@ limitations under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.5.0</version>
<executions>
<execution>
<goals>
Expand All @@ -136,7 +136,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
Expand All @@ -162,7 +162,7 @@ limitations under the License.
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.3</version>
<configuration>
<projectId>GCLOUD_CONFIG</projectId>
<version>kotlin-ktor</version>
Expand Down
Loading

0 comments on commit a6ddc51

Please sign in to comment.