diff --git a/api/build.gradle b/api/build.gradle index 39fdfa46..f4fee070 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'com.github.mizosoft.methanol:methanol:1.7.0' implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1' testImplementation project(":core") diff --git a/core/build.gradle b/core/build.gradle index 45e70b81..d0d94084 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1' testImplementation project(":annotations") diff --git a/gateway/build.gradle b/gateway/build.gradle index e79df8fd..4ac59e1b 100644 --- a/gateway/build.gradle +++ b/gateway/build.gradle @@ -9,6 +9,6 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1' } \ No newline at end of file diff --git a/models/build.gradle b/models/build.gradle index 46afac21..4b4e8b22 100644 --- a/models/build.gradle +++ b/models/build.gradle @@ -1,6 +1,6 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1' } \ No newline at end of file