From 1cd9a7cf26e1085a8f04cfe1d0d2fa33e030437c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:44:28 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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 ... Signed-off-by: dependabot[bot] --- biz.ganttproject.app.libs/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biz.ganttproject.app.libs/build.gradle b/biz.ganttproject.app.libs/build.gradle index c6295195cb..819214970d 100644 --- a/biz.ganttproject.app.libs/build.gradle +++ b/biz.ganttproject.app.libs/build.gradle @@ -37,7 +37,7 @@ dependencies { exported "com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2" exported "com.evanlennick:retry4j:0.15.0" exported 'com.fasterxml.jackson.core:jackson-core:2.18.1' - exported 'com.fasterxml.jackson.core:jackson-databind:2.18.1' + exported 'com.fasterxml.jackson.core:jackson-databind:2.18.2' exported 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.1' exported 'com.jgoodies:jgoodies-common:1.8.+' exported "com.jgoodies:jgoodies-looks:2.7.0"