Skip to content

Commit 163cdae

Browse files
authored
deps: Update dependencies to latest. (#2185)
1 parent de50f7f commit 163cdae

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

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.4</version>
52+
<version>3.5.5</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.4</version>
90+
<version>3.5.5</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.4</version>
104+
<version>3.5.5</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

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.3.0</version>
56+
<version>9.4.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.3.0</version>
89+
<version>9.4.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.3.0</version>
103+
<version>9.4.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,17 @@
204204
<dependency>
205205
<groupId>org.graalvm.sdk</groupId>
206206
<artifactId>nativeimage</artifactId>
207-
<version>${graal-sdk.version}</version>
207+
<version>24.2.2</version>
208208
</dependency>
209209
<dependency>
210210
<groupId>commons-codec</groupId>
211211
<artifactId>commons-codec</artifactId>
212-
<version>1.18.0</version>
212+
<version>1.19.0</version>
213213
</dependency>
214214
<dependency>
215215
<groupId>com.google.api</groupId>
216216
<artifactId>gax</artifactId>
217-
<version>2.68.1</version>
217+
<version>2.69.0</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>org.reactivestreams</groupId>
@@ -229,47 +229,47 @@
229229
<dependency>
230230
<groupId>io.projectreactor</groupId>
231231
<artifactId>reactor-core</artifactId>
232-
<version>3.7.7</version>
232+
<version>3.7.8</version>
233233
</dependency>
234234
<dependency>
235235
<groupId>io.projectreactor.netty</groupId>
236236
<artifactId>reactor-netty</artifactId>
237-
<version>1.2.7</version>
237+
<version>1.2.8</version>
238238
</dependency>
239239
<dependency>
240240
<groupId>io.netty</groupId>
241241
<artifactId>netty-handler</artifactId>
242-
<version>${netty.version}</version>
242+
<version>4.1.123.Final</version>
243243
</dependency>
244244
<dependency>
245245
<groupId>io.netty</groupId>
246246
<artifactId>netty-common</artifactId>
247-
<version>${netty.version}</version>
247+
<version>4.1.123.Final</version>
248248
</dependency>
249249
<dependency>
250250
<groupId>io.netty</groupId>
251251
<artifactId>netty-transport</artifactId>
252-
<version>${netty.version}</version>
252+
<version>4.1.123.Final</version>
253253
</dependency>
254254
<dependency>
255255
<groupId>io.netty</groupId>
256256
<artifactId>netty-transport-native-unix-common</artifactId>
257-
<version>${netty.version}</version>
257+
<version>4.1.123.Final</version>
258258
</dependency>
259259
<dependency>
260260
<groupId>io.netty</groupId>
261261
<artifactId>netty-buffer</artifactId>
262-
<version>${netty.version}</version>
262+
<version>4.1.123.Final</version>
263263
</dependency>
264264
<dependency>
265265
<groupId>io.netty</groupId>
266266
<artifactId>netty-codec</artifactId>
267-
<version>${netty.version}</version>
267+
<version>4.1.123.Final</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>io.netty</groupId>
271271
<artifactId>netty-resolver</artifactId>
272-
<version>${netty.version}</version>
272+
<version>4.1.123.Final</version>
273273
</dependency>
274274
<!-- Logging -->
275275
<dependency>
@@ -305,7 +305,7 @@
305305
<dependency>
306306
<groupId>ch.qos.logback</groupId>
307307
<artifactId>logback-classic</artifactId>
308-
<version>1.3.14</version>
308+
<version>1.3.15</version>
309309
<scope>test</scope>
310310
</dependency>
311311
<dependency>
@@ -329,7 +329,7 @@
329329
<dependency>
330330
<groupId>org.junit</groupId>
331331
<artifactId>junit-bom</artifactId>
332-
<version>5.13.3</version>
332+
<version>5.13.4</version>
333333
<type>pom</type>
334334
<scope>import</scope>
335335
</dependency>

r2dbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>ch.qos.logback</groupId>
118118
<artifactId>logback-classic</artifactId>
119-
<version>1.3.14</version>
119+
<version>1.3.15</version>
120120
<scope>test</scope>
121121
</dependency>
122122
</dependencies>

0 commit comments

Comments
 (0)