Skip to content

Commit 564b2ca

Browse files
authored
fix: update dependencies to latest (#2273)
1 parent 8dba328 commit 564b2ca

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>com.github.jnr</groupId>
6363
<artifactId>jnr-enxio</artifactId>
64-
<version>0.32.19</version>
64+
<version>0.32.20</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>com.github.jnr</groupId>
6969
<artifactId>jnr-unixsocket</artifactId>
70-
<version>0.38.24</version>
70+
<version>0.38.25</version>
7171
<exclusions>
7272
<exclusion>
7373
<groupId>org.ow2.asm</groupId>

jdbc/mariadb/pom.xml

Lines changed: 3 additions & 3 deletions
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.7</version>
52+
<version>3.5.8</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.7</version>
90+
<version>3.5.8</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.7</version>
104+
<version>3.5.8</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<dependency>
111111
<groupId>com.google.guava</groupId>
112112
<artifactId>guava</artifactId>
113-
<version>33.5.0-jre</version>
113+
<version>33.6.0-jre</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>com.google.j2objc</groupId>
@@ -130,7 +130,7 @@
130130
<dependency>
131131
<groupId>org.checkerframework</groupId>
132132
<artifactId>checker-qual</artifactId>
133-
<version>3.54.0</version>
133+
<version>4.0.0</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.checkerframework</groupId>
@@ -150,7 +150,7 @@
150150
<dependency>
151151
<groupId>com.google.apis</groupId>
152152
<artifactId>google-api-services-sqladmin</artifactId>
153-
<version>v1beta4-rev20251201-2.0.0</version>
153+
<version>v1beta4-rev20260317-2.0.0</version>
154154
</dependency>
155155
<dependency>
156156
<groupId>com.google.http-client</groupId>
@@ -170,12 +170,12 @@
170170
<dependency>
171171
<groupId>com.google.auth</groupId>
172172
<artifactId>google-auth-library-credentials</artifactId>
173-
<version>1.43.0</version>
173+
<version>1.46.0</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>com.google.auth</groupId>
177177
<artifactId>google-auth-library-oauth2-http</artifactId>
178-
<version>1.43.0</version>
178+
<version>1.46.0</version>
179179
</dependency>
180180
<dependency>
181181
<groupId>com.google.oauth-client</groupId>
@@ -185,18 +185,18 @@
185185
<dependency>
186186
<groupId>com.google.errorprone</groupId>
187187
<artifactId>error_prone_annotations</artifactId>
188-
<version>2.48.0</version>
188+
<version>2.49.0</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>com.google.protobuf</groupId>
192192
<artifactId>protobuf-java</artifactId>
193-
<version>4.34.0</version>
193+
<version>4.34.1</version>
194194
<scope>compile</scope>
195195
</dependency>
196196
<dependency>
197197
<groupId>com.github.jnr</groupId>
198198
<artifactId>jnr-unixsocket</artifactId>
199-
<version>0.38.24</version>
199+
<version>0.38.25</version>
200200
</dependency>
201201
<dependency>
202202
<groupId>dnsjava</groupId>
@@ -216,7 +216,7 @@
216216
<dependency>
217217
<groupId>com.google.api</groupId>
218218
<artifactId>gax</artifactId>
219-
<version>2.75.0</version>
219+
<version>2.79.0</version>
220220
</dependency>
221221
<dependency>
222222
<groupId>org.reactivestreams</groupId>
@@ -231,47 +231,47 @@
231231
<dependency>
232232
<groupId>io.projectreactor</groupId>
233233
<artifactId>reactor-core</artifactId>
234-
<version>3.8.4</version>
234+
<version>3.8.5</version>
235235
</dependency>
236236
<dependency>
237237
<groupId>io.projectreactor.netty</groupId>
238238
<artifactId>reactor-netty</artifactId>
239-
<version>1.3.4</version>
239+
<version>1.3.5</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>io.netty</groupId>
243243
<artifactId>netty-handler</artifactId>
244-
<version>4.2.10.Final</version>
244+
<version>4.2.12.Final</version>
245245
</dependency>
246246
<dependency>
247247
<groupId>io.netty</groupId>
248248
<artifactId>netty-common</artifactId>
249-
<version>4.2.10.Final</version>
249+
<version>4.2.12.Final</version>
250250
</dependency>
251251
<dependency>
252252
<groupId>io.netty</groupId>
253253
<artifactId>netty-transport</artifactId>
254-
<version>4.2.10.Final</version>
254+
<version>4.2.12.Final</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>io.netty</groupId>
258258
<artifactId>netty-transport-native-unix-common</artifactId>
259-
<version>4.2.10.Final</version>
259+
<version>4.2.12.Final</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>io.netty</groupId>
263263
<artifactId>netty-buffer</artifactId>
264-
<version>4.2.10.Final</version>
264+
<version>4.2.12.Final</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>io.netty</groupId>
268268
<artifactId>netty-codec</artifactId>
269-
<version>4.2.10.Final</version>
269+
<version>4.2.12.Final</version>
270270
</dependency>
271271
<dependency>
272272
<groupId>io.netty</groupId>
273273
<artifactId>netty-resolver</artifactId>
274-
<version>4.2.10.Final</version>
274+
<version>4.2.12.Final</version>
275275
</dependency>
276276
<!-- Logging -->
277277
<dependency>

0 commit comments

Comments
 (0)