From 1f54dae58a7b6ddb4570c015194ff61f66238223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 13:39:16 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.1 to 2.13.4 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.4. - [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-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..0898e57 100644 --- a/football-bukkit/build.gradle +++ b/football-bukkit/build.gradle @@ -4,7 +4,7 @@ dependencies { implementation 'com.google.inject:guice:5.0.1' compile 'com.google.code.gson:gson:2.8.9' - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' + compile 'com.fasterxml.jackson.core:jackson-databind:2.13.4' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'