Skip to content

Commit 2dac773

Browse files
authored
deps: Update Non-major dependencies (#2105)
1 parent 595e620 commit 2dac773

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

jdbc/mysql-j-8/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.mysql</groupId>
5555
<artifactId>mysql-connector-j</artifactId>
56-
<version>9.1.0</version>
56+
<version>9.2.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.mysql</groupId>
8888
<artifactId>mysql-connector-j</artifactId>
89-
<version>9.1.0</version>
89+
<version>9.2.0</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.mysql</groupId>
102102
<artifactId>mysql-connector-j</artifactId>
103-
<version>9.1.0</version>
103+
<version>9.2.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

pom.xml

+9-9
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.13.0</version>
29+
<version>1.14.1</version>
3030
</parent>
3131

3232
<name>Cloud SQL JDBC Socket Factory</name>
@@ -77,7 +77,7 @@
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.1</graal-sdk.version>
80+
<graal-sdk.version>24.1.2</graal-sdk.version>
8181
<netty.version>4.1.117.Final</netty.version>
8282
<ow2-asm.version>9.7.1</ow2-asm.version>
8383
<assembly.skipAssembly>true</assembly.skipAssembly>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.checkerframework</groupId>
135135
<artifactId>checker-qual</artifactId>
136-
<version>3.48.4</version>
136+
<version>3.49.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -143,12 +143,12 @@
143143
<dependency>
144144
<groupId>com.google.api-client</groupId>
145145
<artifactId>google-api-client</artifactId>
146-
<version>2.7.1</version>
146+
<version>2.7.2</version>
147147
</dependency>
148148
<dependency>
149149
<groupId>com.google.apis</groupId>
150150
<artifactId>google-api-services-sqladmin</artifactId>
151-
<version>v1beta4-rev20241210-2.0.0</version>
151+
<version>v1beta4-rev20250129-2.0.0</version>
152152
</dependency>
153153
<dependency>
154154
<groupId>com.google.http-client</groupId>
@@ -168,12 +168,12 @@
168168
<dependency>
169169
<groupId>com.google.auth</groupId>
170170
<artifactId>google-auth-library-credentials</artifactId>
171-
<version>1.30.1</version>
171+
<version>1.32.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-oauth2-http</artifactId>
176-
<version>1.30.1</version>
176+
<version>1.32.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.oauth-client</groupId>
@@ -203,12 +203,12 @@
203203
<dependency>
204204
<groupId>commons-codec</groupId>
205205
<artifactId>commons-codec</artifactId>
206-
<version>1.17.2</version>
206+
<version>1.18.0</version>
207207
</dependency>
208208
<dependency>
209209
<groupId>com.google.api</groupId>
210210
<artifactId>gax</artifactId>
211-
<version>2.59.1</version>
211+
<version>2.60.0</version>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.reactivestreams</groupId>

r2dbc/mysql/pom.xml

+2-2
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.1</version>
60+
<version>1.3.2</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.1</version>
129+
<version>1.3.2</version>
130130
</dependency>
131131
</dependencies>
132132
</profile>

0 commit comments

Comments
 (0)