From a63debb7ec55b533ca9497ac3e44a0a35bca8f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 06:02:10 +0000 Subject: [PATCH] chore(deps): bump jackson-databind from 2.14.0 to 2.14.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.14.0 to 2.14.2. - [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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1fa92f..a6aac8d 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { implementation 'net.silthus:ebean-wrapper:2.9.1' implementation 'net.silthus.configlib:configlib-bukkit:2.6.0' implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' implementation 'net.kyori:adventure-api:4.11.0' implementation 'net.kyori:adventure-text-minimessage:4.11.0'