This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/main by this push:
new 635421f36b Bump jackson.version from 2.20.0 to 2.20.1 (#2139)
635421f36b is described below
commit 635421f36bdba739ee65894e98d8598925d80ba3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 2 11:08:34 2025 +0100
Bump jackson.version from 2.20.0 to 2.20.1 (#2139)
Bumps `jackson.version` from 2.20.0 to 2.20.1.
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider` from
2.20.0 to 2.20.1
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
dependency-version: 2.20.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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3bff7e1265..b7631bc73d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
<cglib.bundle.version>3.2.9_1</cglib.bundle.version>
<cxf.version>3.6.8</cxf.version>
<jackson.annotations.version>2.20</jackson.annotations.version>
- <jackson.version>2.20.0</jackson.version>
+ <jackson.version>2.20.1</jackson.version>
<jna.version>5.18.1</jna.version>
<jaxb-bom.version>2.3.9</jaxb-bom.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>