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 266e0ca3edc Bump tools.jackson.core:jackson-databind from 3.2.1 to
3.2.2 (#3433)
266e0ca3edc is described below
commit 266e0ca3edcf946aa37d7a75a74e2ac3d05b08a7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 08:34:06 2026 -0400
Bump tools.jackson.core:jackson-databind from 3.2.1 to 3.2.2 (#3433)
Bumps
[tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind)
from 3.2.1 to 3.2.2.
-
[Commits](https://github.com/FasterXML/jackson-databind/compare/jackson-databind-3.2.1...jackson-databind-3.2.2)
---
updated-dependencies:
- dependency-name: tools.jackson.core:jackson-databind
dependency-version: 3.2.2
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f41a2e1d9d..0f019ab72e9 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -135,7 +135,7 @@
<cxf.httpcomponents.client5.version>5.6.4</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.4.3</cxf.httpcomponents.core5.version>
<cxf.jackson.version>3.2.2</cxf.jackson.version>
- <cxf.jackson.databind.version>3.2.1</cxf.jackson.databind.version>
+ <cxf.jackson.databind.version>3.2.2</cxf.jackson.databind.version>
<cxf.jackson.annotations.version>2.22</cxf.jackson.annotations.version>
<cxf.jacorb.version>3.9</cxf.jacorb.version>
<cxf.jaeger.version>1.8.1</cxf.jaeger.version>