diff --git a/api/build.gradle b/api/build.gradle index 411f8c4b..210494ec 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.18.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' testImplementation project(":core") diff --git a/core/build.gradle b/core/build.gradle index f6de89a1..0cdbf51c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -6,7 +6,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' testImplementation project(":annotations") diff --git a/gateway/build.gradle b/gateway/build.gradle index 7e50482d..09962727 100644 --- a/gateway/build.gradle +++ b/gateway/build.gradle @@ -9,6 +9,6 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' } \ No newline at end of file diff --git a/models/build.gradle b/models/build.gradle index 997062a9..2cda4c96 100644 --- a/models/build.gradle +++ b/models/build.gradle @@ -1,6 +1,6 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.17.2' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2' } \ No newline at end of file