This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new cda672af823 Bump com.fasterxml.jackson.core:jackson-databind from
2.20.0 to 2.20.1 (#2696)
cda672af823 is described below
commit cda672af823aad3b9121f1a311907d1a874abcdc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 12:53:39 2025 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
(#2696)
* Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
Bumps
[com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 2.20.0 to 2.20.1.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
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
...
Signed-off-by: dependabot[bot] <[email protected]>
* Update parent/pom.xml
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andriy Redko <[email protected]>
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 59619b86bec..3822b29518e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -131,8 +131,8 @@
<cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
<cxf.httpcomponents.client5.version>5.4.4</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.3.6</cxf.httpcomponents.core5.version>
- <cxf.jackson.version>2.20.0</cxf.jackson.version>
- <cxf.jackson.databind.version>2.20.0</cxf.jackson.databind.version>
+ <cxf.jackson.version>2.20.1</cxf.jackson.version>
+ <cxf.jackson.databind.version>2.20.1</cxf.jackson.databind.version>
<cxf.jackson.annotations.version>2.20</cxf.jackson.annotations.version>
<cxf.jacorb.version>3.9</cxf.jacorb.version>
<cxf.jaeger.version>1.8.1</cxf.jaeger.version>