This is an automated email from the ASF dual-hosted git repository.
jzemerick pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new c010d48 Bump jersey-server.version from 2.47 to 4.0.1 (#419)
c010d48 is described below
commit c010d4850f1fb048b4203d2f2b8fa1643c42653e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 08:01:10 2026 -0500
Bump jersey-server.version from 2.47 to 4.0.1 (#419)
Bumps `jersey-server.version` from 2.47 to 4.0.1.
Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 2.47 to
4.0.1
Updates `org.glassfish.jersey.containers:jersey-container-grizzly2-http`
from 4.0.0 to 4.0.1
---
updated-dependencies:
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name:
org.glassfish.jersey.containers:jersey-container-grizzly2-http
dependency-version: 4.0.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>
---
opennlp-brat-annotator/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-brat-annotator/pom.xml b/opennlp-brat-annotator/pom.xml
index 57a1dd6..2cd0550 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -28,7 +28,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.19.2</jackson.version>
- <jersey.version>4.0.0</jersey.version>
+ <jersey.version>4.0.1</jersey.version>
</properties>
<dependencies>