Skip to content

Commit

Permalink
upgrade vertx to 4.5.1, upgrade log4j to 2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jan 23, 2024
1 parent 2894d59 commit e426c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.zyclonite.nassh</groupId>
<artifactId>nassh-relay</artifactId>
<version>1.1.32</version>
<version>1.1.33</version>

<organization>
<name>zyclonite networx</name>
Expand All @@ -19,8 +19,8 @@
</developers>

<properties>
<vertx.version>4.4.6</vertx.version>
<log4j2.version>2.21.1</log4j2.version>
<vertx.version>4.5.1</vertx.version>
<log4j2.version>2.22.1</log4j2.version>
<vertx.main>${project.groupId}.MainVerticle</vertx.main>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit e426c70

Please sign in to comment.