Skip to content

Commit

Permalink
chore(deps): update java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 19, 2024
1 parent 65e9231 commit bcb93af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<properties>
<!-- https://github.com/vert-x3/vertx-dependencies/blob/6b147024b6aa7732386c6a94a126eacf3b4dda1b/pom.xml#LL50C20-L50C32 -->
<netty.version>4.1.114.Final</netty.version>
<logback.version>1.5.12</logback.version>
<vertx.version>4.5.10</vertx.version>
<netty.version>4.1.116.Final</netty.version>
<logback.version>1.5.13</logback.version>
<vertx.version>4.5.11</vertx.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<assertj-core.version>3.26.3</assertj-core.version>
<mockito-core.version>5.14.2</mockito-core.version>
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.structurizr</groupId>
Expand Down

0 comments on commit bcb93af

Please sign in to comment.