Skip to content

Commit

Permalink
[pom.xml] bump versions to avoid log4j related performance WARNING msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Jun 26, 2024
1 parent 3129b71 commit 8ce105c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.23.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -130,7 +130,14 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit 8ce105c

Please sign in to comment.