Skip to content

Commit 119e644

Browse files
authored
deps: Update Non-major dependencies (#2145)
1 parent e7d9cef commit 119e644

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>com.google.cloud</groupId>
2828
<artifactId>google-cloud-shared-config</artifactId>
29-
<version>1.15.1</version>
29+
<version>1.15.4</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -78,7 +78,7 @@
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7979
<javac.version>9+181-r4173-1</javac.version>
8080
<graal-sdk.version>24.2.1</graal-sdk.version>
81-
<netty.version>4.1.119.Final</netty.version>
81+
<netty.version>4.2.0.Final</netty.version>
8282
<ow2-asm.version>9.8</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -143,7 +143,7 @@
143143
<dependency>
144144
<groupId>com.google.code.gson</groupId>
145145
<artifactId>gson</artifactId>
146-
<version>2.13.0</version>
146+
<version>2.13.1</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.api-client</groupId>
@@ -153,7 +153,7 @@
153153
<dependency>
154154
<groupId>com.google.apis</groupId>
155155
<artifactId>google-api-services-sqladmin</artifactId>
156-
<version>v1beta4-rev20250310-2.0.0</version>
156+
<version>v1beta4-rev20250412-2.0.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
@@ -188,7 +188,7 @@
188188
<dependency>
189189
<groupId>com.google.errorprone</groupId>
190190
<artifactId>error_prone_annotations</artifactId>
191-
<version>2.37.0</version>
191+
<version>2.38.0</version>
192192
</dependency>
193193
<dependency>
194194
<groupId>com.github.jnr</groupId>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>com.google.api</groupId>
215215
<artifactId>gax</artifactId>
216-
<version>2.63.1</version>
216+
<version>2.64.2</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.reactivestreams</groupId>

0 commit comments

Comments
 (0)