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 580d32fa8a Bump com.fasterxml.jackson.core:jackson-databind from
2.19.1 to 2.19.2 (#2522)
580d32fa8a is described below
commit 580d32fa8a974ceebfa5dac4b9883a7f39a28590
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 10:30:07 2025 -0400
Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2
(#2522)
* Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.19.2
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 5d10ed55d1..61a71e48db 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -130,8 +130,8 @@
<cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
<cxf.httpcomponents.client5.version>5.4.3</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.3.4</cxf.httpcomponents.core5.version>
- <cxf.jackson.version>2.19.1</cxf.jackson.version>
- <cxf.jackson.databind.version>2.19.1</cxf.jackson.databind.version>
+ <cxf.jackson.version>2.19.2</cxf.jackson.version>
+ <cxf.jackson.databind.version>2.19.2</cxf.jackson.databind.version>
<cxf.jacorb.version>3.9</cxf.jacorb.version>
<cxf.jaeger.version>1.8.1</cxf.jaeger.version>
<cxf.jakarta.activation.version>2.1.3</cxf.jakarta.activation.version>