From 975340f409923c6914df81c90db7d566c52937f6 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 06:14:48 +0000 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.12.7.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a4a705e..04db1e6 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'com.nexmo:client:5.6.0' implementation "com.sparkjava:spark-core:2.6.0" implementation 'javax.xml.bind:jaxb-api:2.3.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1' } task fatJar(type: Jar, dependsOn:configurations.runtimeClasspath) {