From f767e4ed9cce2bb9348a87fc9a716bad3f6a57de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:31:24 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/build.gradle | 2 +- core/build.gradle | 2 +- gateway/build.gradle | 2 +- models/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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