🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

commons-codec:commons-codec

Package Overview
Dependencies
Maintainers
12
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commons-codec:commons-codec - maven Package Compare versions

Comparing version
1.19.0
to
1.20.0
commons-codec-1.20.0.pom

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+1
-1
artifactId=commons-codec
groupId=commons-codec
version=1.19.0
version=1.20.0

@@ -27,7 +27,7 @@ <?xml version="1.0" encoding="UTF-8"?>

<artifactId>commons-parent</artifactId>
<version>85</version>
<version>91</version>
</parent>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
<name>Apache Commons Codec</name>

@@ -67,3 +67,3 @@ <inceptionYear>2002</inceptionYear>

<artifactId>commons-lang3</artifactId>
<version>3.18.0</version>
<version>3.19.0</version>
<scope>test</scope>

@@ -102,5 +102,5 @@ </dependency>

<!-- Commons Release Plugin -->
<commons.release.version>1.19.0</commons.release.version>
<commons.bc.version>1.18.0</commons.bc.version>
<commons.release.next>1.19.1</commons.release.next>
<commons.release.version>1.20.0</commons.release.version>
<commons.bc.version>1.19.0</commons.bc.version>
<commons.release.next>1.20.1</commons.release.next>
<commons.rc.version>RC1</commons.rc.version>

@@ -110,3 +110,3 @@ <commons.release.isDistModule>true</commons.release.isDistModule>

<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2025-07-19T17:13:32Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2025-10-30T12:20:55Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->

@@ -217,3 +217,3 @@ <jacoco.skip>false</jacoco.skip>

<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.24</version>
<version>${commons.animal-sniffer.version}</version>
<configuration>

@@ -306,6 +306,6 @@ <ignores>

<profile>
<!-- Java 9 and up -->
<id>java-9-up</id>
<!-- Java 9 through 24 -->
<id>java-9-24</id>
<activation>
<jdk>[9,)</jdk>
<jdk>[9,24]</jdk>
</activation>

@@ -317,2 +317,19 @@ <properties>

<commons.jacoco.instructionRatio>0.97</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.92</commons.jacoco.methodRatio>
<commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio>
<commons.jacoco.complexityRatio>0.89</commons.jacoco.complexityRatio>
<commons.jacoco.lineRatio>0.95</commons.jacoco.lineRatio>
</properties>
</profile>
<profile>
<!-- Java 25 and up -->
<id>java-25-up</id>
<activation>
<jdk>[25,)</jdk>
</activation>
<properties>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.97</commons.jacoco.instructionRatio>
<commons.jacoco.methodRatio>0.93</commons.jacoco.methodRatio>

@@ -381,3 +398,3 @@ <commons.jacoco.branchRatio>0.92</commons.jacoco.branchRatio>

<email>julius@apache.org</email>
<organizationUrl>http://juliusdavies.ca/</organizationUrl>
<organizationUrl>https://juliusdavies.ca/</organizationUrl>
<timezone>-8</timezone>

@@ -384,0 +401,0 @@ </developer>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet