From 4ff0f9c24a6f7676f86030e9a1dc967951074b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:39:20 +0000 Subject: [PATCH] Bump jackson-dataformat-yaml from 2.13.1 to 2.13.4 Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.1 to 2.13.4. - [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.4) --- 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] --- football-bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/football-bukkit/build.gradle b/football-bukkit/build.gradle index 8e0eece..44c13f0 100644 --- a/football-bukkit/build.gradle +++ b/football-bukkit/build.gradle @@ -5,7 +5,7 @@ dependencies { compile 'com.google.code.gson:gson:2.8.9' 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.4' implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT' implementation 'com.mojang:authlib:1.5.21'