Skip to content

Commit

Permalink
upgrade to latest libs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed May 20, 2024
1 parent 5a1599a commit c89ef5c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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.34</version>
<version>1.1.35</version>

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

<properties>
<vertx.version>4.5.2</vertx.version>
<log4j2.version>2.22.1</log4j2.version>
<vertx.version>4.5.7</vertx.version>
<log4j2.version>2.23.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 Expand Up @@ -79,7 +79,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -92,12 +92,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.3</version>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down

0 comments on commit c89ef5c

Please sign in to comment.