From fdfede5e59ad4aeed3a6dc5d01ad04c679fb3c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:25:05 +0000 Subject: [PATCH] Bump the fasterxml-jackson group with 2 updates Bumps the fasterxml-jackson group with 2 updates: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) and [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml). Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.16.0...jackson-core-2.19.2) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.0 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.19.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fasterxml-jackson - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fasterxml-jackson ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4e5030f..08c2b61 100644 --- a/build.gradle +++ b/build.gradle @@ -24,8 +24,8 @@ repositories { dependencies { implementation 'org.kohsuke:github-api:1.322' - implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0' + implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.19.2' testImplementation gradleTestKit() testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'