From eea698b4805393f3841bcc92483726461174e580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 04:13:18 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.1 to 2.14.0 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.14.0. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9fb32b..ba3414a 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { compile 'com.google.inject:guice:5.0.1' - compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' + compile 'com.fasterxml.jackson.core:jackson-databind:2.14.0' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'