From ffc82cd74294c51e21f3f69d269bf962612086d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:23:17 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8faf67a..97358a3 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2' implementation 'com.squareup.okhttp3:okhttp:4.10.0' implementation 'org.slf4j:slf4j-api:2.0.9'