Skip to content

Commit 31b1c5f

Browse files
committed
deps: Update Non-major dependencies
1 parent 70c6d24 commit 31b1c5f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

jdbc/mysql-j-8/pom.xml

Lines changed: 3 additions & 3 deletions
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.2.0</version>
56+
<version>9.3.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.2.0</version>
89+
<version>9.3.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.2.0</version>
103+
<version>9.3.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.Final</netty.version>
8282
<ow2-asm.version>9.8</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.2</version>
136+
<version>3.49.3</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.checkerframework</groupId>
@@ -153,32 +153,32 @@
153153
<dependency>
154154
<groupId>com.google.apis</groupId>
155155
<artifactId>google-api-services-sqladmin</artifactId>
156-
<version>v1beta4-rev20250412-2.0.0</version>
156+
<version>v1beta4-rev20250502-2.0.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.http-client</groupId>
160160
<artifactId>google-http-client-gson</artifactId>
161-
<version>1.46.3</version>
161+
<version>1.47.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>com.google.http-client</groupId>
165165
<artifactId>google-http-client</artifactId>
166-
<version>1.46.3</version>
166+
<version>1.47.0</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>com.google.http-client</groupId>
170170
<artifactId>google-http-client-jackson2</artifactId>
171-
<version>1.46.3</version>
171+
<version>1.47.0</version>
172172
</dependency>
173173
<dependency>
174174
<groupId>com.google.auth</groupId>
175175
<artifactId>google-auth-library-credentials</artifactId>
176-
<version>1.33.1</version>
176+
<version>1.35.0</version>
177177
</dependency>
178178
<dependency>
179179
<groupId>com.google.auth</groupId>
180180
<artifactId>google-auth-library-oauth2-http</artifactId>
181-
<version>1.33.1</version>
181+
<version>1.35.0</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>com.google.oauth-client</groupId>
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>com.google.api</groupId>
215215
<artifactId>gax</artifactId>
216-
<version>2.64.2</version>
216+
<version>2.65.0</version>
217217
</dependency>
218218
<dependency>
219219
<groupId>org.reactivestreams</groupId>
@@ -228,7 +228,7 @@
228228
<dependency>
229229
<groupId>io.projectreactor</groupId>
230230
<artifactId>reactor-core</artifactId>
231-
<version>3.7.5</version>
231+
<version>3.7.6</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.projectreactor.netty</groupId>

0 commit comments

Comments
 (0)