commons-codec:commons-codec
Advanced tools
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
@@ -196,3 +196,3 @@ | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| https://www.apache.org/licenses/LICENSE-2.0 | ||
@@ -199,0 +199,0 @@ Unless required by applicable law or agreed to in writing, software |
| artifactId=commons-codec | ||
| groupId=commons-codec | ||
| version=1.18.0 | ||
| version=1.19.0 |
@@ -10,3 +10,3 @@ <?xml version="1.0" encoding="UTF-8"?> | ||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
| https://www.apache.org/licenses/LICENSE-2.0 | ||
@@ -28,7 +28,7 @@ Unless required by applicable law or agreed to in writing, software | ||
| <artifactId>commons-parent</artifactId> | ||
| <version>79</version> | ||
| <version>85</version> | ||
| </parent> | ||
| <groupId>commons-codec</groupId> | ||
| <artifactId>commons-codec</artifactId> | ||
| <version>1.18.0</version> | ||
| <version>1.19.0</version> | ||
| <name>Apache Commons Codec</name> | ||
@@ -60,2 +60,6 @@ <inceptionYear>2002</inceptionYear> | ||
| </distributionManagement> | ||
| <ciManagement> | ||
| <system>GitHub</system> | ||
| <url>https://github.com/apache/commons-cli/actions</url> | ||
| </ciManagement> | ||
| <dependencies> | ||
@@ -65,3 +69,3 @@ <dependency> | ||
| <artifactId>commons-lang3</artifactId> | ||
| <version>3.17.0</version> | ||
| <version>3.18.0</version> | ||
| <scope>test</scope> | ||
@@ -72,3 +76,3 @@ </dependency> | ||
| <artifactId>commons-io</artifactId> | ||
| <version>2.18.0</version> | ||
| <version>2.20.0</version> | ||
| <scope>test</scope> | ||
@@ -101,5 +105,5 @@ </dependency> | ||
| <!-- Commons Release Plugin --> | ||
| <commons.release.version>1.18.0</commons.release.version> | ||
| <commons.bc.version>1.17.1</commons.bc.version> | ||
| <commons.release.next>1.18.1</commons.release.next> | ||
| <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.rc.version>RC1</commons.rc.version> | ||
@@ -109,6 +113,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-01-24T14:02:30Z</project.build.outputTimestamp> | ||
| <commons.jacoco.version>0.8.12</commons.jacoco.version> | ||
| <!-- Temp for SUREFIRE-2253 --> | ||
| <commons.surefire.version>3.2.5</commons.surefire.version> | ||
| <project.build.outputTimestamp>2025-07-19T17:13:32Z</project.build.outputTimestamp> | ||
| <!-- JaCoCo: Don't make code coverage worse than: --> | ||
@@ -125,3 +126,3 @@ <jacoco.skip>false</jacoco.skip> | ||
| <build> | ||
| <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal> | ||
| <defaultGoal>clean verify apache-rat:check japicmp:cmp pmd:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal> | ||
| <pluginManagement> | ||
@@ -149,2 +150,9 @@ <plugins> | ||
| </plugin> | ||
| <plugin> | ||
| <groupId>com.github.spotbugs</groupId> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <configuration> | ||
| <excludeFilterFile>${basedir}/src/conf/spotbugs-exclude-filter.xml</excludeFilterFile> | ||
| </configuration> | ||
| </plugin> | ||
| </plugins> | ||
@@ -182,3 +190,2 @@ </pluginManagement> | ||
| <excludes> | ||
| <exclude>**/*AbstractTest.java</exclude> | ||
| <exclude>**/*PerformanceTest.java</exclude> | ||
@@ -258,3 +265,2 @@ </excludes> | ||
| <targetJdk>${maven.compiler.target}</targetJdk> | ||
| <linkXref>true</linkXref> | ||
| <rulesets> | ||
@@ -261,0 +267,0 @@ <ruleset>${basedir}/src/conf/pmd.xml</ruleset> |
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
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