diff --git a/scim2-sdk-common/build.gradle b/scim2-sdk-common/build.gradle index 2b867e4..690360a 100644 --- a/scim2-sdk-common/build.gradle +++ b/scim2-sdk-common/build.gradle @@ -6,7 +6,7 @@ test { dependencies { implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.7.4" implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.7.4" - implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.7.9.5" + implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.15.3" implementation group: "com.google.guava", name: "guava", version: "20.0" testImplementation group: "org.testng", name: "testng", version: "6.4" } \ No newline at end of file