From 6e1a4a2a539f534fde3b95b42be9c18815eb5c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:29:37 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in the all group Bumps the all group with 1 update: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.0 to 2.18.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- xml/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/build.gradle b/xml/build.gradle index 84bfe64a..45bd54ee 100644 --- a/xml/build.gradle +++ b/xml/build.gradle @@ -3,5 +3,5 @@ dependencies { api project(':util') api group: 'org.jdom', name: 'jdom2', version: '2.0.6.1' api group: 'jaxen', name: 'jaxen', version: '2.0.0' - api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0' + api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1' }