1 Commits

Author SHA1 Message Date
2a9ee6ee2b Update dependency commons-codec:commons-codec to v1.21.0
All checks were successful
continuous-integration/drone/pr Build is passing
2026-01-29 23:02:10 +00:00

View File

@@ -83,7 +83,7 @@
<dependency> <dependency>
<groupId>commons-codec</groupId> <groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId> <artifactId>commons-codec</artifactId>
<version>1.20.0</version> <version>1.21.0</version>
</dependency> </dependency>
<!-- End Random.org dependencies --> <!-- End Random.org dependencies -->
@@ -155,7 +155,7 @@
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>12.1.9</version> <version>12.1.8</version>
<configuration> <configuration>
<failBuildOnCVSS>8</failBuildOnCVSS> <failBuildOnCVSS>8</failBuildOnCVSS>
<!--suppress UnresolvedMavenProperty --> <!--suppress UnresolvedMavenProperty -->