From 637873d73d321f3fc8619b8f83125dfadf31cfb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 02:06:47 +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 6ce8a00..dfec57a 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok:1.18.20' 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.core:jackson-databind:2.14.0' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' }