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

jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new b84511f802 Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 
to 3.6.1
b84511f802 is described below

commit b84511f8020bd8ba0f86bbeb6ac9eb5c32aedc58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 06:41:11 2025 +0000

    Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1
    
    Bumps 
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
 from 3.6.0 to 3.6.1.
    - [Release 
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - 
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:build-helper-maven-plugin
      dependency-version: 3.6.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 deps/commons-dbcp2-shade/pom.xml | 2 +-
 deps/taglibs-shade/pom.xml       | 2 +-
 pom.xml                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deps/commons-dbcp2-shade/pom.xml b/deps/commons-dbcp2-shade/pom.xml
index f8dc203b15..2dd4ed6a58 100644
--- a/deps/commons-dbcp2-shade/pom.xml
+++ b/deps/commons-dbcp2-shade/pom.xml
@@ -87,7 +87,7 @@
         -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <executions>
           <execution>
             <id>workaround-makeItVisibleOnIntellij</id>
diff --git a/deps/taglibs-shade/pom.xml b/deps/taglibs-shade/pom.xml
index d128b98e87..d13a8e04f5 100644
--- a/deps/taglibs-shade/pom.xml
+++ b/deps/taglibs-shade/pom.xml
@@ -183,7 +183,7 @@
         -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.1</version>
         <executions>
           <execution>
             <id>workaround-makeItVisibleOnIntellij</id>
diff --git a/pom.xml b/pom.xml
index 957e92ca1a..34f38faafe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,7 +293,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.1</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to