Skip to content

Commit

Permalink
Merge pull request #6 from abes-esr/develop
Browse files Browse the repository at this point in the history
Fix : Update lib version to fix vulnerabilities
  • Loading branch information
EryneKL authored Jul 20, 2023
2 parents 6366083 + 3b45c9b commit aa6b0bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<version>30.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
<version>4.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit aa6b0bd

Please sign in to comment.