Skip to content

Commit

Permalink
fix dependency versions in examples/pom.xml (#3539)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored Nov 18, 2024
1 parent a86ca83 commit b50c2db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.23.1</version>
<version>2.24.1</version>
</dependency>
<dependency>
<groupId>ai.djl</groupId>
Expand Down

0 comments on commit b50c2db

Please sign in to comment.