This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/master by this push:
new cc64451 Bump jackson.version from 2.18.0 to 2.18.1 (#184)
cc64451 is described below
commit cc644519a617cc2f5c1e81468dcd36e77a140033
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 25 13:38:03 2024 +0100
Bump jackson.version from 2.18.0 to 2.18.1 (#184)
Bumps `jackson.version` from 2.18.0 to 2.18.1.
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to
2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from
2.18.0 to 2.18.1
-
[Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.18.0...jackson-modules-base-2.18.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name:
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
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 bec58fb..170b37c 100644
--- a/opennlp-brat-annotator/pom.xml
+++ b/opennlp-brat-annotator/pom.xml
@@ -27,7 +27,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jackson.version>2.18.0</jackson.version>
+ <jackson.version>2.18.1</jackson.version>
<jersey.version>3.1.9</jersey.version>
</properties>