Skip to content

Commit

Permalink
chore(deps): bump log4j and picocli (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Aug 22, 2024
1 parent 6710a46 commit 8a7ba2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<maven.compiler.target>17</maven.compiler.target>

<junit.version>5.10.2</junit.version>
<log4j.version>2.17.1</log4j.version>
</properties>

<dependencies>
Expand All @@ -38,12 +37,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.5.1</version>
<version>4.7.5</version>
</dependency>
<!-- test -->
<dependency>
Expand Down

0 comments on commit 8a7ba2a

Please sign in to comment.