From fa5aeaf8a6b3e54680f84f9dea1e8e5121066c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 04:20:43 +0000 Subject: [PATCH] Bump jackson-dataformat-yaml from 2.13.1 to 2.13.3 Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.1 to 2.13.3. - [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.13.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ... 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..74ecb65 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.13.3' } \ No newline at end of file diff --git a/yourteam-deploy/build.gradle b/yourteam-deploy/build.gradle index 6777cdb..f7f9acb 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.13.3' compile 'org.springframework.boot:spring-boot-starter-web:2.6.2' compile 'io.jsonwebtoken:jjwt-api:0.11.2'