Skip to content

Commit 0f09d28

Browse files
committed
deps: Update Non-major dependencies
1 parent de50f7f commit 0f09d28

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
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.2.1</graal-sdk.version>
81-
<netty.version>4.1.119.Final</netty.version>
80+
<graal-sdk.version>24.2.2</graal-sdk.version>
81+
<netty.version>4.2.3.Final</netty.version>
8282
<ow2-asm.version>9.8</ow2-asm.version>
8383
<errorprone.version>2.41.0</errorprone.version>
8484
<assembly.skipAssembly>true</assembly.skipAssembly>
@@ -209,12 +209,12 @@
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,12 +229,12 @@
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>
@@ -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>
@@ -389,7 +389,7 @@
389389
<plugin>
390390
<groupId>org.apache.maven.plugins</groupId>
391391
<artifactId>maven-enforcer-plugin</artifactId>
392-
<version>3.6.0</version>
392+
<version>3.6.1</version>
393393
<executions>
394394
<execution>
395395
<id>enforce</id>
@@ -521,7 +521,7 @@
521521
<plugin>
522522
<groupId>org.apache.maven.plugins</groupId>
523523
<artifactId>maven-enforcer-plugin</artifactId>
524-
<version>3.6.0</version>
524+
<version>3.6.1</version>
525525
<executions>
526526
<execution>
527527
<configuration>
@@ -735,12 +735,12 @@
735735
<dependency>
736736
<groupId>org.junit.platform</groupId>
737737
<artifactId>junit-platform-engine</artifactId>
738-
<version>1.13.3</version>
738+
<version>1.13.4</version>
739739
</dependency>
740740
<dependency>
741741
<groupId>org.junit.platform</groupId>
742742
<artifactId>junit-platform-commons</artifactId>
743-
<version>1.13.3</version>
743+
<version>1.13.4</version>
744744
</dependency>
745745
</dependencies>
746746
</dependencyManagement>
@@ -750,7 +750,7 @@
750750
<dependency>
751751
<groupId>org.junit.vintage</groupId>
752752
<artifactId>junit-vintage-engine</artifactId>
753-
<version>5.13.3</version>
753+
<version>5.13.4</version>
754754
<scope>test</scope>
755755
</dependency>
756756

0 commit comments

Comments
 (0)