From 797edaf65fa14338788e53a3aaa2a06759bc4a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:38:27 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.1 to 2.14.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [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-minor ... Signed-off-by: dependabot[bot] --- yourteam-core/build.gradle | 2 +- yourteam-deploy/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yourteam-core/build.gradle b/yourteam-core/build.gradle index bf2c50a..2651336 100644 --- a/yourteam-core/build.gradle +++ b/yourteam-core/build.gradle @@ -1,6 +1,6 @@ dependencies { compile 'com.google.inject:guice:5.0.1' - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' + compile 'com.fasterxml.jackson.core:jackson-databind:2.14.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' } \ No newline at end of file diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..4676591 100644 --- a/yourteam-deploy/build.gradle +++ b/yourteam-deploy/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'io.spring.dependency-management' dependencies { compile project(':yourteam-core') - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' + compile 'com.fasterxml.jackson.core:jackson-databind:2.14.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' compile 'org.springframework.boot:spring-boot-starter-web:2.6.2'