Skip to content

Commit e4c4715

Browse files
authored
Bump deps versions (#9064)
* Bumped version for Java, Jooby, Maven and other libraries/dependencies * Bumped dependencies versions * Bumped dependencies versions
1 parent 1e36e37 commit e4c4715

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/Java/jooby/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<name>jooby</name>
1212

1313
<properties>
14-
<jooby.version>3.1.1</jooby.version>
15-
<netty.version>4.1.109.Final</netty.version>
14+
<jooby.version>3.1.2</jooby.version>
15+
<netty.version>4.1.110.Final</netty.version>
1616
<dsl-json.version>2.0.2</dsl-json.version>
17-
<postgresql.version>42.7.2</postgresql.version>
17+
<postgresql.version>42.7.3</postgresql.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>21</maven.compiler.source>
2020
<maven.compiler.target>21</maven.compiler.target>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.mysql</groupId>
4444
<artifactId>mysql-connector-j</artifactId>
45-
<version>8.3.0</version>
45+
<version>8.4.0</version>
4646
</dependency>
4747

4848
<!-- postgresql -->
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.vertx</groupId>
5757
<artifactId>vertx-pg-client</artifactId>
58-
<version>4.5.4</version>
58+
<version>4.5.7</version>
5959
</dependency>
6060

6161
<!-- json -->

0 commit comments

Comments
 (0)