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/08/16 20:16:16 UTC

[commons-imaging] branch master updated: Bump animal-sniffer-maven-plugin from 1.21 to 1.22

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 5b34c158 Bump animal-sniffer-maven-plugin from 1.21 to 1.22
5b34c158 is described below

commit 5b34c1588f9d101167ac72ea12bb23fd53b55e84
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 16 17:03:14 2022 +0000

    Bump animal-sniffer-maven-plugin from 1.21 to 1.22
    
    Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.21 to 1.22.
    - [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
    - [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.21...animal-sniffer-parent-1.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 89058175..2622af6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.21</version>
+        <version>1.22</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 71061217..56a405f0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump junit-jupiter from 5.8.2 to 5.9.0 #227.
       </action>
+      <action dev="kinow" type="update" due-to="Dependabot">
+        Bump animal-sniffer-maven-plugin from 1.21 to 1.22 #230.
+      </action>
     </release>
     <release version="1.0-alpha3" date="2022-05-13" description="Third 1.0 alpha release">
       <action issue="IMAGING-330" dev="kinow" type="fix" due-to="Gary Lucas">