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/05/09 07:31:11 UTC

[commons-imaging] 01/03: Bump commons-parent from 52 to 53

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

commit f1341d45be3d88ed0f5ed5e70a055e50aee96eec
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 12 17:51:33 2022 +0000

    Bump commons-parent from 52 to 53
    
    Bumps commons-parent from 52 to 53.
    
    ---
    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 | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2179ae05..bc3906c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>52</version>
+    <version>53</version>
   </parent>
 
   <artifactId>commons-imaging</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 32c2306a..fac5a173 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="1.0-alpha3" date="2022-??-??" description="Third 1.0 alpha release">
+      <action dev="kinow" type="fix" due-to="Dependabot">
+        Bump commons-parent from 52 to 53 #215.
+      </action>
       <action issue="IMAGING-330" dev="kinow" type="fix" due-to="Gary Lucas">
         Add PNG predictor to reduce output size.
       </action>