🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

org.apache.commons:commons-text

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.apache.commons:commons-text - maven Package Compare versions

Comparing version
1.8
to
1.9
commons-text-1.9.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

+2
-3

@@ -1,4 +0,3 @@

#Created by Apache Maven 3.6.1
version=1.8
artifactId=commons-text
groupId=org.apache.commons
artifactId=commons-text
version=1.9
+45
-22

@@ -23,6 +23,6 @@ <?xml version="1.0" encoding="UTF-8"?>

<artifactId>commons-parent</artifactId>
<version>48</version>
<version>51</version>
</parent>
<artifactId>commons-text</artifactId>
<version>1.8</version>
<version>1.9</version>
<name>Apache Commons Text</name>

@@ -41,3 +41,3 @@ <description>Apache Commons Text is a library focused on algorithms working on strings.</description>

<commons.release.version>1.8</commons.release.version>
<commons.release.version>1.9</commons.release.version>
<commons.release.desc>(Java 8+)</commons.release.desc>

@@ -52,18 +52,21 @@

<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
<checkstyle.version>8.23</checkstyle.version>
<commons.mockito.version>3.4.4</commons.mockito.version>
<checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
<checkstyle.version>8.34</checkstyle.version>
<spotbugs.plugin.version>3.1.12</spotbugs.plugin.version>
<spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
<spotbugs.impl.version>4.0.6</spotbugs.impl.version>
<commons.jacoco.version>0.8.4</commons.jacoco.version>
<commons.jacoco.version>0.8.5</commons.jacoco.version>
<commons.javadoc.version>3.1.1</commons.javadoc.version>
<commons.javadoc.version>3.2.0</commons.javadoc.version>
<!-- generate report even if there are binary incompatible changes -->
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
<commons.japicmp.version>0.14.1</commons.japicmp.version>
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
<commons.japicmp.version>0.14.3</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
<clirr.skip>true</clirr.skip>
<!-- Commons Release Plugin -->
<commons.bc.version>1.7</commons.bc.version>
<commons.bc.version>1.8</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>

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

<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.11</version>
</dependency>

@@ -87,3 +90,3 @@ <!-- testing -->

<artifactId>junit-jupiter</artifactId>
<version>5.5.1</version>
<version>5.6.2</version>
<scope>test</scope>

@@ -94,9 +97,22 @@ </dependency>

<artifactId>assertj-core</artifactId>
<version>3.13.2</version>
<version>3.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<!-- Use mockito-inline instead of mockito-core to mock and spy on final classes. -->
<artifactId>mockito-inline</artifactId>
<version>${commons.mockito.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
<defaultGoal>clean verify apache-rat:check clirr:check japicmp:cmp checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
<pluginManagement>

@@ -121,2 +137,8 @@ <plugins>

<skip>false</skip>
<parameter>
<excludes>
<!-- Workaround for https://github.com/siom79/japicmp/issues/265 -->
<exclude>org.apache.commons.text.StringSubstitutor#substitute(org.apache.commons.text.TextStringBuilder,int,int,java.util.List)</exclude>
</excludes>
</parameter>
</configuration>

@@ -151,2 +173,9 @@ </plugin>

<version>${spotbugs.plugin.version}</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>${spotbugs.impl.version}</version>
</dependency>
</dependencies>
<configuration>

@@ -242,3 +271,3 @@ <excludeFilterFile>${basedir}/sb-excludes.xml</excludeFilterFile>

<artifactId>maven-pmd-plugin</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<configuration>

@@ -301,6 +330,2 @@ <targetJdk>${maven.compiler.target}</targetJdk>

</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javancss-maven-plugin</artifactId>
</plugin>
</plugins>

@@ -459,4 +484,2 @@ </reporting>

<jacoco.skip>true</jacoco.skip>
<!-- spotbugs does not work on java 13 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 57" -->
<spotbugs.skip>true</spotbugs.skip>
</properties>

@@ -463,0 +486,0 @@ </profile>

Apache Commons Text
Copyright 2014-2019 The Apache Software Foundation
Copyright 2014-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

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

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