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

mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 3ec9e1592cf58da65a4744247e44bdb5c5d9ab70
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 08:50:16 2025 +0200

    OPENNLP-1747: Update build-helper-maven-plugin to 3.6.1 (#791)
    
    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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit d443168126d13bbad38584e2d8593b3918a3acf0)
---
 opennlp-tools/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-tools/pom.xml b/opennlp-tools/pom.xml
index 1876cdb9..d38dee37 100644
--- a/opennlp-tools/pom.xml
+++ b/opennlp-tools/pom.xml
@@ -164,7 +164,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>build-helper-maven-plugin</artifactId>
-            <version>3.6.0</version>
+            <version>3.6.1</version>
             <executions>
               <execution>
                 <id>add-test-source</id>

Reply via email to