diff --git a/scim2-sdk-common/build.gradle b/scim2-sdk-common/build.gradle index 2b867e4..51e40c9 100644 --- a/scim2-sdk-common/build.gradle +++ b/scim2-sdk-common/build.gradle @@ -4,9 +4,9 @@ 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-core", version: "2.15.2" + implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.15.2" + implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.15.2" 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 +}