Skip to content

Commit

Permalink
upgrade to vertx 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jan 30, 2024
1 parent e426c70 commit e14a735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.33</version>
<version>1.1.34</version>

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

<properties>
<vertx.version>4.5.1</vertx.version>
<vertx.version>4.5.2</vertx.version>
<log4j2.version>2.22.1</log4j2.version>
<vertx.main>${project.groupId}.MainVerticle</vertx.main>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -79,7 +79,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -92,7 +92,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.1</version>
<configuration>
<filters>
<filter>
Expand Down

0 comments on commit e14a735

Please sign in to comment.