Skip to content

Commit 3f91c24

Browse files
deps: Update Non-major dependencies (#2115)
* deps: Update Non-major dependencies * deps: Add explicit version for gson to resolve divergent versions in transient dependencies. --------- Co-authored-by: Jonathan Hess <hessjc@google.com>
1 parent a892017 commit 3f91c24

File tree

3 files changed

+30
-25
lines changed

3 files changed

+30
-25
lines changed

jdbc/sqlserver/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>com.microsoft.sqlserver</groupId>
5151
<artifactId>mssql-jdbc</artifactId>
52-
<version>12.8.1.jre8</version>
52+
<version>12.10.0.jre8</version>
5353
<scope>provided</scope>
5454
<exclusions>
5555
<exclusion>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.microsoft.sqlserver</groupId>
9898
<artifactId>mssql-jdbc</artifactId>
99-
<version>12.8.1.jre8</version>
99+
<version>12.10.0.jre8</version>
100100
</dependency>
101101
</dependencies>
102102
</profile>

pom.xml

Lines changed: 26 additions & 21 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.14.2</version>
29+
<version>1.15.0</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -77,8 +77,8 @@
7777
<properties>
7878
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7979
<javac.version>9+181-r4173-1</javac.version>
80-
<graal-sdk.version>24.1.2</graal-sdk.version>
81-
<netty.version>4.1.118.Final</netty.version>
80+
<graal-sdk.version>24.2.0</graal-sdk.version>
81+
<netty.version>4.1.119.Final</netty.version>
8282
<ow2-asm.version>9.7.1</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -133,13 +133,18 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.49.0</version>
136+
<version>3.49.1</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
140140
<artifactId>checker-compat-qual</artifactId>
141141
<version>2.5.6</version>
142142
</dependency>
143+
<dependency>
144+
<groupId>com.google.code.gson</groupId>
145+
<artifactId>gson</artifactId>
146+
<version>2.12.1</version>
147+
</dependency>
143148
<dependency>
144149
<groupId>com.google.api-client</groupId>
145150
<artifactId>google-api-client</artifactId>
@@ -148,42 +153,42 @@
148153
<dependency>
149154
<groupId>com.google.apis</groupId>
150155
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20250226-2.0.0</version>
156+
<version>v1beta4-rev20250310-2.0.0</version>
152157
</dependency>
153158
<dependency>
154159
<groupId>com.google.http-client</groupId>
155160
<artifactId>google-http-client-gson</artifactId>
156-
<version>1.46.1</version>
161+
<version>1.46.3</version>
157162
</dependency>
158163
<dependency>
159164
<groupId>com.google.http-client</groupId>
160165
<artifactId>google-http-client</artifactId>
161-
<version>1.46.1</version>
166+
<version>1.46.3</version>
162167
</dependency>
163168
<dependency>
164169
<groupId>com.google.http-client</groupId>
165170
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.46.1</version>
171+
<version>1.46.3</version>
167172
</dependency>
168173
<dependency>
169174
<groupId>com.google.auth</groupId>
170175
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.32.1</version>
176+
<version>1.33.1</version>
172177
</dependency>
173178
<dependency>
174179
<groupId>com.google.auth</groupId>
175180
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.32.1</version>
181+
<version>1.33.1</version>
177182
</dependency>
178183
<dependency>
179184
<groupId>com.google.oauth-client</groupId>
180185
<artifactId>google-oauth-client</artifactId>
181-
<version>1.37.0</version>
186+
<version>1.39.0</version>
182187
</dependency>
183188
<dependency>
184189
<groupId>com.google.errorprone</groupId>
185190
<artifactId>error_prone_annotations</artifactId>
186-
<version>2.36.0</version>
191+
<version>2.37.0</version>
187192
</dependency>
188193
<dependency>
189194
<groupId>com.github.jnr</groupId>
@@ -208,7 +213,7 @@
208213
<dependency>
209214
<groupId>com.google.api</groupId>
210215
<artifactId>gax</artifactId>
211-
<version>2.61.0</version>
216+
<version>2.63.1</version>
212217
</dependency>
213218
<dependency>
214219
<groupId>org.reactivestreams</groupId>
@@ -223,12 +228,12 @@
223228
<dependency>
224229
<groupId>io.projectreactor</groupId>
225230
<artifactId>reactor-core</artifactId>
226-
<version>3.7.3</version>
231+
<version>3.7.4</version>
227232
</dependency>
228233
<dependency>
229234
<groupId>io.projectreactor.netty</groupId>
230235
<artifactId>reactor-netty</artifactId>
231-
<version>1.2.3</version>
236+
<version>1.2.4</version>
232237
</dependency>
233238
<dependency>
234239
<groupId>io.netty</groupId>
@@ -269,7 +274,7 @@
269274
<dependency>
270275
<groupId>org.slf4j</groupId>
271276
<artifactId>slf4j-api</artifactId>
272-
<version>2.0.16</version>
277+
<version>2.0.17</version>
273278
</dependency>
274279
<!-- Tests -->
275280
<dependency>
@@ -323,7 +328,7 @@
323328
<dependency>
324329
<groupId>org.junit</groupId>
325330
<artifactId>junit-bom</artifactId>
326-
<version>5.11.4</version>
331+
<version>5.12.1</version>
327332
<type>pom</type>
328333
<scope>import</scope>
329334
</dependency>
@@ -406,7 +411,7 @@
406411
<plugin>
407412
<groupId>org.apache.maven.plugins</groupId>
408413
<artifactId>maven-compiler-plugin</artifactId>
409-
<version>3.13.0</version>
414+
<version>3.14.0</version>
410415
<configuration>
411416
<source>8</source>
412417
<target>8</target>
@@ -718,12 +723,12 @@
718723
<dependency>
719724
<groupId>org.junit.platform</groupId>
720725
<artifactId>junit-platform-engine</artifactId>
721-
<version>1.11.4</version>
726+
<version>1.12.1</version>
722727
</dependency>
723728
<dependency>
724729
<groupId>org.junit.platform</groupId>
725730
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.11.4</version>
731+
<version>1.12.1</version>
727732
</dependency>
728733
</dependencies>
729734
</dependencyManagement>
@@ -733,7 +738,7 @@
733738
<dependency>
734739
<groupId>org.junit.vintage</groupId>
735740
<artifactId>junit-vintage-engine</artifactId>
736-
<version>5.11.4</version>
741+
<version>5.12.1</version>
737742
<scope>test</scope>
738743
</dependency>
739744

r2dbc/mysql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.asyncer</groupId>
5959
<artifactId>r2dbc-mysql</artifactId>
60-
<version>1.3.2</version>
60+
<version>1.4.0</version>
6161
<scope>provided</scope>
6262
<exclusions>
6363
<exclusion>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>io.asyncer</groupId>
128128
<artifactId>r2dbc-mysql</artifactId>
129-
<version>1.3.2</version>
129+
<version>1.4.0</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

0 commit comments

Comments
 (0)