From cf4a58e55c06df2c1bac4a540353c3aef0994349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:39:29 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.0 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] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 5e702b9..15d579b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'com.damnhandy:handy-uri-templates:2.1.8' implementation 'com.ibm.icu:icu4j:75.1' implementation 'commons-validator:commons-validator:1.9.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' implementation 'org.jruby.joni:joni:2.2.1' implementation 'org.jsoup:jsoup:1.18.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'