From 4d4df2eb385ec93b56bfe395e9f4ebcce5f77bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 02:23:44 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ce8a00..7b59cff 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { testCompileOnly 'org.projectlombok:lombok:1.18.20' testAnnotationProcessor 'org.projectlombok:lombok:1.18.20' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.1' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.3' compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' }