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
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new 620aacb8 [2.x]: Bump net.sf.offo:fop-hyph from 1.2 to 2.0 (#944)
620aacb8 is described below
commit 620aacb84a647ed9acb8385814081bd6e99429d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 27 06:47:11 2026 +0100
[2.x]: Bump net.sf.offo:fop-hyph from 1.2 to 2.0 (#944)
Bumps net.sf.offo:fop-hyph from 1.2 to 2.0.
---
updated-dependencies:
- dependency-name: net.sf.offo:fop-hyph
dependency-version: '2.0'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
opennlp-docs/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-docs/pom.xml b/opennlp-docs/pom.xml
index 1df6d280..c3ff9d73 100644
--- a/opennlp-docs/pom.xml
+++ b/opennlp-docs/pom.xml
@@ -168,7 +168,7 @@
<dependency>
<groupId>net.sf.offo</groupId>
<artifactId>fop-hyph</artifactId>
- <version>1.2</version>
+ <version>2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>