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 d60e420 Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to
4.0.5 (#429)
d60e420 is described below
commit d60e4209e9c5c712881b3b5283e77ee53cab4658
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 9 09:27:55 2026 -0500
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5 (#429)
Bumps
[jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api)
from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5)
---
updated-dependencies:
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
dependency-version: 4.0.5
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-similarity/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opennlp-similarity/pom.xml b/opennlp-similarity/pom.xml
index ecdfdb8..4682ada 100644
--- a/opennlp-similarity/pom.xml
+++ b/opennlp-similarity/pom.xml
@@ -27,7 +27,7 @@
<name>Apache OpenNLP Similarity distribution</name>
<properties>
- <jakarta.bind-api.version>4.0.4</jakarta.bind-api.version>
+ <jakarta.bind-api.version>4.0.5</jakarta.bind-api.version>
<jakarta.mail.version>2.1.4</jakarta.mail.version>
<org.json.version>20251224</org.json.version>