Skip to content

Commit

Permalink
upgrade to vertx 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jun 7, 2023
1 parent 04cfb0c commit 6d42520
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 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.28</version>
<version>1.1.29</version>

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

<properties>
<vertx.version>4.3.8</vertx.version>
<log4j.version>2.20.0</log4j.version>
<vertx.version>4.4.3</vertx.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 Expand Up @@ -51,10 +50,19 @@
<groupId>io.vertx</groupId>
<artifactId>vertx-auth-oauth2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit 6d42520

Please sign in to comment.