Update the POM file to remove the security issue found in old version

This commit is contained in:
YuCheng Hu 2022-07-06 14:21:13 -04:00
parent 138227de23
commit 9340df2a3e
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
1 changed files with 1 additions and 9 deletions

View File

@ -117,21 +117,13 @@
<version>5.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>
</dependencies>
<build>