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 97649529f2 Bump tools.jackson.core:jackson-databind from 3.0.1 to
3.0.3 (#2774)
97649529f2 is described below
commit 97649529f28ced88901d8d27e5236f304a427099
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 8 17:54:32 2025 -0500
Bump tools.jackson.core:jackson-databind from 3.0.1 to 3.0.3 (#2774)
Bumps
[tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson)
from 3.0.1 to 3.0.3.
- [Commits](https://github.com/FasterXML/jackson/commits)
---
updated-dependencies:
- dependency-name: tools.jackson.core:jackson-databind
dependency-version: 3.0.3
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 ebee3890a6..91faa96e0f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -132,7 +132,7 @@
<cxf.httpcomponents.client5.version>5.5.1</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.3.6</cxf.httpcomponents.core5.version>
<cxf.jackson.version>3.0.1</cxf.jackson.version>
- <cxf.jackson.databind.version>3.0.1</cxf.jackson.databind.version>
+ <cxf.jackson.databind.version>3.0.3</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>