Skip to content

Commit 55a6453

Browse files
committed
fix(deps): update java
1 parent 6b3375e commit 55a6453

File tree

267 files changed

+1085
-1069
lines changed

Some content is hidden

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

267 files changed

+1085
-1069
lines changed

accessapproval/snippets/pom.xml

+2-2
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.32.0</version>
30+
<version>26.59.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.4.0</version>
52+
<version>1.4.4</version>
5353
<scope>test</scope>
5454
</dependency>
5555
<dependency>

aiplatform/pom.xml

+3-3
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.32.0</version>
35+
<version>26.59.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.4.0</version>
68+
<version>1.4.4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.mockito</groupId>
9494
<artifactId>mockito-core</artifactId>
95-
<version>5.13.0</version>
95+
<version>5.17.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

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

+12-12
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.32.0</version>
48+
<version>26.59.0</version>
4949
</dependency>
5050
</dependencies>
5151
</dependencyManagement>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.google.appengine</groupId>
5656
<artifactId>appengine-api-1.0-sdk</artifactId>
57-
<version>2.0.24</version>
57+
<version>2.0.35</version>
5858
</dependency>
5959

6060
<dependency>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.google.auto.value</groupId>
7070
<artifactId>auto-value</artifactId>
71-
<version>1.10.4</version>
71+
<version>1.11.0</version>
7272
<scope>provided</scope>
7373
</dependency>
7474

@@ -98,32 +98,32 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.10.0</version>
101+
<version>5.17.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

105105
<dependency>
106106
<groupId>com.google.appengine</groupId>
107107
<artifactId>appengine-testing</artifactId>
108-
<version>2.0.24</version>
108+
<version>2.0.35</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>
112112
<groupId>com.google.appengine</groupId>
113113
<artifactId>appengine-api-stubs</artifactId>
114-
<version>2.0.24</version>
114+
<version>2.0.35</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>com.google.appengine</groupId>
119119
<artifactId>appengine-tools-sdk</artifactId>
120-
<version>2.0.24</version>
120+
<version>2.0.35</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.truth</groupId>
125125
<artifactId>truth</artifactId>
126-
<version>1.4.0</version>
126+
<version>1.4.4</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.8.0</version>
143+
<version>2.8.3</version>
144144
<configuration>
145145
<projectId>GCLOUD_CONFIG</projectId>
146146
<version>GCLOUD_CONFIG</version>
@@ -152,21 +152,21 @@
152152

153153
<plugin>
154154
<artifactId>maven-compiler-plugin</artifactId>
155-
<version>3.12.1</version>
155+
<version>3.14.0</version>
156156
<configuration>
157157
<annotationProcessorPaths>
158158
<annotationProcessorPath>
159159
<groupId>com.google.auto.value</groupId>
160160
<artifactId>auto-value</artifactId>
161-
<version>1.10.4</version>
161+
<version>1.11.0</version>
162162
</annotationProcessorPath>
163163
</annotationProcessorPaths>
164164
</configuration>
165165
</plugin>
166166
<plugin>
167167
<groupId>org.eclipse.jetty</groupId>
168168
<artifactId>jetty-maven-plugin</artifactId>
169-
<version>11.0.20</version>
169+
<version>11.0.25</version>
170170
</plugin>
171171
</plugins>
172172
</build>

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

+2-2
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.56.v20240826</jetty.version>
24+
<jetty.version>9.4.57.v20241219</jetty.version>
2525
</properties>
2626

2727
<!-- [START gae_java11_server_dependencies] -->
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.codehaus.mojo</groupId>
6666
<artifactId>exec-maven-plugin</artifactId>
67-
<version>3.1.1</version>
67+
<version>3.5.0</version>
6868
<executions>
6969
<execution>
7070
<goals>

appengine-java11/cloudsql/pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.12</version>
69+
<version>2.0.17</version>
7070
<scope>provided</scope>
7171
</dependency>
7272
<!-- Dependencies for Cloud SQL -->
7373
<dependency>
7474
<groupId>com.mysql</groupId>
7575
<artifactId>mysql-connector-j</artifactId>
76-
<version>8.2.0</version>
76+
<version>8.4.0</version>
7777
<scope>provided</scope>
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.cloud.sql</groupId>
8181
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
82-
<version>1.15.2</version>
82+
<version>1.25.0</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.10.0</version>
95+
<version>5.17.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.4.0</version>
107+
<version>1.4.4</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-dependency-plugin</artifactId>
123-
<version>3.6.1</version>
123+
<version>3.8.1</version>
124124
<executions>
125125
<execution>
126126
<id>copy</id>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>com.google.cloud.tools</groupId>
158158
<artifactId>appengine-maven-plugin</artifactId>
159-
<version>2.8.0</version>
159+
<version>2.8.3</version>
160160
<configuration>
161161
<projectId>GCLOUD_CONFIG</projectId>
162162
<version>cloudsql</version>

appengine-java11/gaeinfo/pom.xml

+5-5
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.32.0</version>
46+
<version>26.59.0</version>
4747
</dependency>
4848
</dependencies>
4949
</dependencyManagement>
@@ -85,7 +85,7 @@ Copyright 2019 Google LLC
8585
<dependency>
8686
<groupId>org.thymeleaf</groupId>
8787
<artifactId>thymeleaf</artifactId>
88-
<version>3.1.2.RELEASE</version>
88+
<version>3.1.3.RELEASE</version>
8989
<scope>provided</scope>
9090
</dependency>
9191
</dependencies>
@@ -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.8.0</version>
99+
<version>2.8.3</version>
100100
<configuration>
101101
<projectId>GCLOUD_CONFIG</projectId>
102102
<version>gaeinfo</version>
@@ -111,7 +111,7 @@ Copyright 2019 Google LLC
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-dependency-plugin</artifactId>
114-
<version>3.6.1</version>
114+
<version>3.8.1</version>
115115
<executions>
116116
<execution>
117117
<id>copy</id>
@@ -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.54.v20240208</version>
133+
<version>9.4.57.v20241219</version>
134134
</plugin>
135135
</plugins>
136136

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

+4-4
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.32.0</version>
48+
<version>26.59.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.8.0</version>
101+
<version>2.8.3</version>
102102
<configuration>
103103
<projectId>GCLOUD_CONFIG</projectId>
104104
<version>guestbook</version>
@@ -108,13 +108,13 @@
108108
<plugin>
109109
<groupId>org.eclipse.jetty</groupId>
110110
<artifactId>jetty-maven-plugin</artifactId>
111-
<version>9.4.54.v20240208</version>
111+
<version>9.4.57.v20241219</version>
112112
</plugin>
113113

114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-dependency-plugin</artifactId>
117-
<version>3.6.1</version>
117+
<version>3.8.1</version>
118118
<executions>
119119
<execution>
120120
<id>copy</id>

appengine-java11/helloworld-servlet/pom.xml

+2-2
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.8.0</version>
78+
<version>2.8.3</version>
7979
<configuration>
8080
<projectId>GCLOUD_CONFIG</projectId>
8181
<version>helloworld</version>
@@ -86,7 +86,7 @@ limitations under the License.
8686
<plugin>
8787
<groupId>org.apache.maven.plugins</groupId>
8888
<artifactId>maven-dependency-plugin</artifactId>
89-
<version>3.6.1</version>
89+
<version>3.8.1</version>
9090
<executions>
9191
<execution>
9292
<id>copy</id>

appengine-java11/http-server/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>
2727
<artifactId>maven-jar-plugin</artifactId>
28-
<version>3.3.0</version>
28+
<version>3.4.2</version>
2929
<configuration>
3030
<archive>
3131
<manifest>
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>com.google.cloud.tools</groupId>
4040
<artifactId>appengine-maven-plugin</artifactId>
41-
<version>2.8.0</version>
41+
<version>2.8.3</version>
4242
<configuration>
4343
<projectId>GCLOUD_CONFIG</projectId>
4444
<version>http-server</version>

appengine-java11/kotlin-ktor/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ limitations under the License.
3333
<properties>
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<maven.compiler.source>11</maven.compiler.source>
36-
<ktor_version>3.0.0-eap-852</ktor_version>
36+
<ktor_version>3.2.0-eap-1293</ktor_version>
3737
<kotlin.code.style>official</kotlin.code.style>
38-
<kotlin_version>1.9.22</kotlin_version>
39-
<logback_version>1.4.14</logback_version>
38+
<kotlin_version>1.9.25</kotlin_version>
39+
<logback_version>1.5.18</logback_version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
4242
<main.class>com.example.appengine.ApplicationKt</main.class>
@@ -121,7 +121,7 @@ limitations under the License.
121121
<plugin>
122122
<groupId>org.codehaus.mojo</groupId>
123123
<artifactId>exec-maven-plugin</artifactId>
124-
<version>3.1.1</version>
124+
<version>3.5.0</version>
125125
<executions>
126126
<execution>
127127
<goals>
@@ -136,7 +136,7 @@ limitations under the License.
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-assembly-plugin</artifactId>
139-
<version>3.6.0</version>
139+
<version>3.7.1</version>
140140
<configuration>
141141
<descriptorRefs>
142142
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -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.8.0</version>
165+
<version>2.8.3</version>
166166
<configuration>
167167
<projectId>GCLOUD_CONFIG</projectId>
168168
<version>kotlin-ktor</version>

0 commit comments

Comments
 (0)