Skip to content

Commit bb44a33

Browse files
authoredFeb 14, 2025··
deps: Update Non-major dependencies (#2113)
1 parent 2dac773 commit bb44a33

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed
 

‎jdbc/mariadb/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.mariadb.jdbc</groupId>
5151
<artifactId>mariadb-java-client</artifactId>
52-
<version>3.5.1</version>
52+
<version>3.5.2</version>
5353
<exclusions>
5454
<exclusion>
5555
<groupId>org.slf4j</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
8989
<artifactId>mariadb-java-client</artifactId>
90-
<version>3.5.1</version>
90+
<version>3.5.2</version>
9191
</dependency>
9292
</dependencies>
9393
</profile>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.mariadb.jdbc</groupId>
103103
<artifactId>mariadb-java-client</artifactId>
104-
<version>3.5.1</version>
104+
<version>3.5.2</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

‎pom.xml

+11-11
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.1</version>
29+
<version>1.14.2</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.117.Final</netty.version>
81+
<netty.version>4.1.118.Final</netty.version>
8282
<ow2-asm.version>9.7.1</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
8484
</properties>
@@ -148,32 +148,32 @@
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20250129-2.0.0</version>
151+
<version>v1beta4-rev20250205-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.45.3</version>
156+
<version>1.46.1</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client</artifactId>
161-
<version>1.45.3</version>
161+
<version>1.46.1</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client-jackson2</artifactId>
166-
<version>1.45.3</version>
166+
<version>1.46.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.32.0</version>
171+
<version>1.32.1</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.32.0</version>
176+
<version>1.32.1</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.60.0</version>
211+
<version>2.61.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.2</version>
226+
<version>3.7.3</version>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.projectreactor.netty</groupId>
230230
<artifactId>reactor-netty</artifactId>
231-
<version>1.2.2</version>
231+
<version>1.2.3</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)
Please sign in to comment.