You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/30 19:36:11 UTC

[commons-text] branch master updated: Update spotbugs.plugin.version 4.0.4 to 4.1.3 (Fixes Java 16 builds).

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 adb8566  Update spotbugs.plugin.version 4.0.4 to 4.1.3 (Fixes Java 16 builds).
adb8566 is described below

commit adb856624c4c9c621144abb392583656f6f2f25b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 30 15:36:07 2020 -0400

    Update spotbugs.plugin.version 4.0.4 to 4.1.3 (Fixes Java 16 builds).
---
 pom.xml                 |  6 ++----
 src/changes/changes.xml | 16 ++++++++++------
 2 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 13c373f..9fbc023 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,15 +47,14 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
-    <commons.mockito.version>3.5.13</commons.mockito.version>
     <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version>
     <checkstyle.version>8.36.2</checkstyle.version>
 
-    <spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.1.3</spotbugs.plugin.version>
     <spotbugs.impl.version>4.1.3</spotbugs.impl.version>
     
+    <commons.mockito.version>3.5.13</commons.mockito.version>
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
-
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
 
     <graalvm.version>20.2.0</graalvm.version>
@@ -150,7 +149,6 @@
             </parameter>
           </configuration>
         </plugin>
-
       </plugins>
     </pluginManagement>
     <plugins>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1d49d2b..421956c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,20 +45,24 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
   <release version="1.9.1" date="202Y-MM-DD" description="Release 1.9.1. Requires Java 8.">
+    <!-- FIX -->
     <action issue="TEXT-187" type="fix" dev="kinow">Add GraalVM test dependencies to fix test failures with Java 15.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump junit-jupiter from 5.6.2 to 5.7.0 #163.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump assertj-core from 3.16.1 to 3.17.2 #151 #157 #160.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-io from 2.7 to 2.8.0 #161.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from v1.4.0 to v1.4.2 #147 #156 #155.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 51 to 52 #145.</action>
-    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/checkout from v1 to v2.3.3 #138 #146 #165.</action>
     <action issue="TEXT-158" type="fix" dev="kinow">Incorrect values for Jaccard similarity with empty strings.</action>
     <action issue="TEXT-186" type="fix" dev="ggregory" due-to="Gautam Korlam, Gary Gregory">StringSubstitutor map constructor throws NPE on 1.9 with null map.</action>
+    <!-- ADD -->
     <action issue="TEXT-185" type="add" dev="ggregory" due-to="Larry West, Gary Gregory">Release Notes page hasn't been updated for 1.9 release yet.</action>    
     <action                  type="add" dev="ggregory" due-to="Gary Gregory, Dependabot">Update spotbugs.plugin.version 4.0.0 to 4.1.3 #144 #150 #167.</action>
     <action                  type="add" dev="ggregory" due-to="Dependabot">Update mockito-inline from 3.4.4 to 3.5.13 #143 #148 #149 #152 #153 #154 #158 #159 #166.</action>
     <action                  type="add" dev="ggregory" due-to="Dependabot">Update checkstyle from 8.34 to 8.36.2 #141 #168.</action>
+    <!-- UPDATE -->
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump junit-jupiter from 5.6.2 to 5.7.0 #163.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump assertj-core from 3.16.1 to 3.17.2 #151 #157 #160.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-io from 2.7 to 2.8.0 #161.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from v1.4.0 to v1.4.2 #147 #156 #155.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 51 to 52 #145.</action>
+    <action                  type="update" dev="kinow" due-to="Dependabot">Bump actions/checkout from v1 to v2.3.3 #138 #146 #165.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update spotbugs.plugin.version 4.0.4 to 4.1.3 (Fixes Java 16 builds).</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires Java 8.">
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>