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.git
The following commit(s) were added to refs/heads/main by this push: new 3fd914f9 OPENNLP-1683: Update Uimaj to 3.6.0 (#725) 3fd914f9 is described below commit 3fd914f98d3a9ed3faec7f4d38497c71a1d461dd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Dec 23 07:13:36 2024 +0100 OPENNLP-1683: Update Uimaj to 3.6.0 (#725) Bumps org.apache.uima:uimaj-core from 3.5.0 to 3.6.0. --- updated-dependencies: - dependency-name: org.apache.uima:uimaj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00550137..952e8138 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,7 @@ <maven.version>3.3.9</maven.version> <junit.version>5.11.4</junit.version> <junit5-system-exit.version>2.0.2</junit5-system-exit.version> - <uimaj.version>3.5.0</uimaj.version> + <uimaj.version>3.6.0</uimaj.version> <morfologik.version>2.1.9</morfologik.version> <onnxruntime.version>1.20.0</onnxruntime.version> <slf4j.version>2.0.16</slf4j.version>