From f31d6c3592190feb862f3a595689d2c26070ebed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 05:33:46 +0000 Subject: [PATCH] chore(deps): bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.19.2 to 2.20.0. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.19.2...jackson-dataformat-xml-2.20.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 788b281..5dab265 100644 --- a/build.gradle +++ b/build.gradle @@ -74,7 +74,7 @@ dependencies { testImplementation 'io.rest-assured:rest-assured:3.0.0' testImplementation 'org.hamcrest:hamcrest-all:1.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.20.0' constraints { implementation('org.yaml:snakeyaml:2.4') { because 'version 1.33 is vulnerable to CVE-2022-1471'