This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new a485c2b  Update dependencies.
a485c2b is described below

commit a485c2bdf12811969876fc00e5919980cdd4b73a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 11:01:39 2020 -0400

    Update dependencies.
    
    - commons.jacoco.version 0.8.4 -> 0.8.5.
    - commons.javadoc.version 3.1.1 -> 3.2.0.
    - commons.japicmp.version 0.14.1 -> 0.14.3
    - Skip clirr since we use JApiCmp.
---
 pom.xml                 | 7 ++++---
 src/changes/changes.xml | 4 ++++
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3ce5e88..5a59481 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,14 +52,15 @@
 
     <spotbugs.plugin.version>4.0.0</spotbugs.plugin.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.version>0.14.3</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
+    <clirr.skip>true</clirr.skip>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>1.8</commons.bc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0161021..56cda5e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,10 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.16.1.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.27.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] Update JUnit from 5.5.2 to 5.6.1.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] commons.jacoco.version 0.8.4 -> 0.8.5.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] commons.javadoc.version 3.1.1 -> 3.2.0.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] commons.japicmp.version 0.14.1 -> 0.14.3.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">[build] Skip clirr since we use JApiCmp.</action>
   </release>
   
   <release version="1.8" date="2019-08-30" description="Release 1.8">

Reply via email to