This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
The following commit(s) were added to refs/heads/main by this push:
new 37335bf Bump opennlp.version from 3.0.0-M3 to 3.0.0-M4 (#166)
37335bf is described below
commit 37335bf3fd191897f34f6539d7db220c9c04ad54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 07:56:20 2026 +0200
Bump opennlp.version from 3.0.0-M3 to 3.0.0-M4 (#166)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 281e0e5..7f3ca95 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <opennlp.version>3.0.0-M3</opennlp.version>
+ <opennlp.version>3.0.0-M4</opennlp.version>
<opennlp.forkCount>1.0C</opennlp.forkCount>
<slf4j.version>2.0.18</slf4j.version>