Skip to content

Commit a6dff5b

Browse files
committed
deps: Update Non-major dependencies
1 parent 31917a4 commit a6dff5b

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

pom.xml

Lines changed: 19 additions & 19 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.14.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.1.2</graal-sdk.version>
81-
<netty.version>4.1.118.Final</netty.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,7 +133,7 @@
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>
@@ -148,37 +148,37 @@
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20250205-2.0.0</version>
151+
<version>v1beta4-rev20250226-2.0.0</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.google.http-client</groupId>
155155
<artifactId>google-http-client-gson</artifactId>
156-
<version>1.46.1</version>
156+
<version>1.46.3</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.46.1</version>
161+
<version>1.46.3</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.46.1</version>
166+
<version>1.46.3</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.32.1</version>
171+
<version>1.33.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.32.1</version>
176+
<version>1.33.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
180180
<artifactId>google-oauth-client</artifactId>
181-
<version>1.37.0</version>
181+
<version>1.39.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.google.errorprone</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.61.0</version>
211+
<version>2.62.0</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.reactivestreams</groupId>
@@ -223,12 +223,12 @@
223223
<dependency>
224224
<groupId>io.projectreactor</groupId>
225225
<artifactId>reactor-core</artifactId>
226-
<version>3.7.3</version>
226+
<version>3.7.4</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.2.3</version>
231+
<version>1.2.4</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
@@ -269,7 +269,7 @@
269269
<dependency>
270270
<groupId>org.slf4j</groupId>
271271
<artifactId>slf4j-api</artifactId>
272-
<version>2.0.16</version>
272+
<version>2.0.17</version>
273273
</dependency>
274274
<!-- Tests -->
275275
<dependency>
@@ -323,7 +323,7 @@
323323
<dependency>
324324
<groupId>org.junit</groupId>
325325
<artifactId>junit-bom</artifactId>
326-
<version>5.11.4</version>
326+
<version>5.12.0</version>
327327
<type>pom</type>
328328
<scope>import</scope>
329329
</dependency>
@@ -406,7 +406,7 @@
406406
<plugin>
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-compiler-plugin</artifactId>
409-
<version>3.13.0</version>
409+
<version>3.14.0</version>
410410
<configuration>
411411
<source>8</source>
412412
<target>8</target>
@@ -718,12 +718,12 @@
718718
<dependency>
719719
<groupId>org.junit.platform</groupId>
720720
<artifactId>junit-platform-engine</artifactId>
721-
<version>1.11.4</version>
721+
<version>1.12.0</version>
722722
</dependency>
723723
<dependency>
724724
<groupId>org.junit.platform</groupId>
725725
<artifactId>junit-platform-commons</artifactId>
726-
<version>1.11.4</version>
726+
<version>1.12.0</version>
727727
</dependency>
728728
</dependencies>
729729
</dependencyManagement>
@@ -733,7 +733,7 @@
733733
<dependency>
734734
<groupId>org.junit.vintage</groupId>
735735
<artifactId>junit-vintage-engine</artifactId>
736-
<version>5.11.4</version>
736+
<version>5.12.0</version>
737737
<scope>test</scope>
738738
</dependency>
739739

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)