From cf118d1756acea9289ff08a467410f77172d073b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:39:17 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.1 to 2.14.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.14.1. - [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-minor ... 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..55d88ac 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.14.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'