This is an automated email from the ASF dual-hosted git repository.
rzo1 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 e68a04c0 OPENNLP-1616 - Jackson 2.18.0
e68a04c0 is described below
commit e68a04c0994e5cf174554802053e452fe10ba573
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 8 11:11:25 2024 +0200
OPENNLP-1616 - Jackson 2.18.0
Bumps `jackson.version` from 2.17.2 to 2.18.0.
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to
2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.2 to 2.18.0
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from
2.17.2 to 2.18.0
-
[Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.17.2...jackson-modules-base-2.18.0)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name:
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 3f3379e4..b07047a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,7 +167,7 @@
<java.version>17</java.version>
<maven.version>3.3.9</maven.version>
<enforcer.plugin.version>3.3.0</enforcer.plugin.version>
- <jackson.version>2.17.2</jackson.version>
+ <jackson.version>2.18.0</jackson.version>
<jersey.version>3.1.8</jersey.version>
<junit.version>5.11.1</junit.version>
<uimaj.version>3.5.0</uimaj.version>