From 3c0fcb3f8f963fffd0ab0e83a40b71dd764fe815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 04:13:09 +0000 Subject: [PATCH] Bump jackson-dataformat-yaml from 2.13.1 to 2.14.0 Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.1 to 2.14.0. - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.13.1...jackson-dataformats-text-2.14.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 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..406a8f7 100644 --- a/yourteam-core/build.gradle +++ b/yourteam-core/build.gradle @@ -2,5 +2,5 @@ dependencies { compile 'com.google.inject:guice:5.0.1' compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' - compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' + compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0' } \ No newline at end of file diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..11d4913 100644 --- a/yourteam-deploy/build.gradle +++ b/yourteam-deploy/build.gradle @@ -9,7 +9,7 @@ dependencies { compile project(':yourteam-core') compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' - compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' + compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0' compile 'org.springframework.boot:spring-boot-starter-web:2.6.2' compile 'io.jsonwebtoken:jjwt-api:0.11.2'