This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-1.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-1.x by this push:
new 199fb1ab7 updates uimaj-core dep to 3.3.1 and addresses: - direct:
CVE-2022-32287 - from deps: CVE-2026-34480, CVE-2026-34477, CVE-2026-24400
199fb1ab7 is described below
commit 199fb1ab78498fd53606cff3b335f4b9f7c0efd5
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Jun 12 15:52:29 2026 +0200
updates uimaj-core dep to 3.3.1 and addresses:
- direct: CVE-2022-32287
- from deps: CVE-2026-34480, CVE-2026-34477, CVE-2026-24400
---
opennlp-uima/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-uima/pom.xml b/opennlp-uima/pom.xml
index 5c8a74931..cefb3a2d2 100644
--- a/opennlp-uima/pom.xml
+++ b/opennlp-uima/pom.xml
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
- <version>3.1.1</version>
+ <version>3.3.1</version>
<scope>provided</scope>
</dependency>