You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/12/12 18:38:38 UTC

[commons-imaging] branch master updated: Bump commons-parent from 54 to 55

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac980a58 Bump commons-parent from 54 to 55
ac980a58 is described below

commit ac980a58bc24956cea0768984cd8d1ace4cd09ce
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 12 17:03:10 2022 +0000

    Bump commons-parent from 54 to 55
    
    Bumps [commons-parent](https://github.com/apache/commons-parent) from 54 to 55.
    - [Release notes](https://github.com/apache/commons-parent/releases)
    - [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-parent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fc6a322..7c6f0b39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <!-- https://issues.apache.org/jira/browse/RAT-297, fixed in 0.14, not released as of today 13/05/22 -->
     <!-- https://issues.apache.org/jira/browse/MSHARED-1049 -->
     <!-- once jdepend and rat can be used OK, we can upgrade to parent 53+ -->
-    <version>54</version>
+    <version>55</version>
   </parent>
 
   <artifactId>commons-imaging</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e7f2d2a..c9ead22c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump actions/setup-java from 3 to 3.5.1.
       </action>
       <action dev="ggregory" type="update" due-to="Dependabot">
-        Bump commons-parent from 52 to 54 #238.
+        Bump commons-parent from 52 to 55 #238, #252.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.3.0 #221, #224, #226, #236, #242, #247, #248.