fix: upgrade commons-codec:commons-codec from 1.15 to 1.16.0 (#1396)

Snyk has created this PR to upgrade commons-codec:commons-codec from 1.15 to 1.16.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/commons-codec/commons-codec/

See this project in Snyk:
https://app.snyk.io/org/nosqlbench/project/024e32ec-7f80-485c-b7bf-f69d45f933ce?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jonathan Shook 2023-07-12 09:07:40 -05:00 committed by GitHub
parent da608c84ad
commit e9e7874588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -341,7 +341,7 @@
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.15</version> <version>1.16.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.mvel</groupId> <groupId>org.mvel</groupId>