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 2023/03/31 21:13:37 UTC

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

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 99e34e49 Bump animal-sniffer-maven-plugin from 1.22 to 1.23
99e34e49 is described below

commit 99e34e490da25df0d72681830858593cce7cefea
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 31 17:57:45 2023 +0000

    Bump animal-sniffer-maven-plugin from 1.22 to 1.23
    
    Bumps [animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) from 1.22 to 1.23.
    - [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
    - [Commits](https://github.com/mojohaus/animal-sniffer/compare/animal-sniffer-parent-1.22...1.23)
    
    ---
    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 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 25321f5a..8ca51dac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
-        <version>1.22</version>
+        <version>1.23</version>
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7d39572d..b0f93859 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,7 +83,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit-jupiter from 5.8.2 to 5.9.1 #227, #237.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump animal-sniffer-maven-plugin from 1.21 to 1.22 #230.
+        Bump animal-sniffer-maven-plugin from 1.21 to 1.23 #230, #290.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump maven-checkstyle plugin from 3.1.2 to 3.2.1 #233, #266.