Skip to content

Commit

Permalink
upgrade to vertx 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jun 4, 2024
1 parent c89ef5c commit edead8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</developers>

<properties>
<vertx.version>4.5.7</vertx.version>
<vertx.version>4.5.8</vertx.version>
<log4j2.version>2.23.1</log4j2.version>
<vertx.main>${project.groupId}.MainVerticle</vertx.main>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.3</version>
<version>3.6.0</version>
<configuration>
<filters>
<filter>
Expand Down

0 comments on commit edead8c

Please sign in to comment.