Skip to content

Commit

Permalink
Update pom.xml (#3810)
Browse files Browse the repository at this point in the history
To fix the osv-scanner workflow failure
  • Loading branch information
mandlil authored Feb 5, 2025
1 parent 5c44686 commit a1f8d98
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,16 @@
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.ibm.icu/icu4j -->
<dependency>
<groupId>com.ibm.icu</groupId>
Expand Down

0 comments on commit a1f8d98

Please sign in to comment.