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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 90c98140 Update commons-parent from 50 to 52.
90c98140 is described below

commit 90c98140a9f72c058c6503eae008c2e056d6bf4b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 9 13:26:05 2022 -0400

    Update commons-parent from 50 to 52.
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 009ebfeb..b7b5034f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>52</version>
+    <version>53</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>
@@ -353,7 +353,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${commons.spotbugs.version}</version>
+        <version>${commons.spotbugs.plugin.version}</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a2d51e8c..83d44106 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- ADD -->
       <!-- UPDATES -->
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update tests from Apache Commons Lang 3.10 to 3.12.0</action>
-      <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons-parent from 50 to 52.</action>
+      <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons-parent from 50 to 53.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot, Gary Gregory">Update biz.aQute.bndlib from 5.1.0 to 6.2.0, 
#54, #72, #81, #111.</action>
       <action                  type="update" dev="ggregory" 
due-to="Dependabot">Update maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M6 #53, 
#124.</action>
       <action                  type="update" dev="ggregory" due-to="Gary 
Gregory, Dependabot">Update maven-checkstyle-plugin from 3.1.0 to 3.1.2, 
#77.</action>

Reply via email to