From b3e91b4345c0805a40600f9f9823a436c05604ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 04:15:37 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.1 to 2.13.4.1 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.1 to 2.13.4.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-patch ... Signed-off-by: dependabot[bot] --- inventoryframework-bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventoryframework-bukkit/build.gradle b/inventoryframework-bukkit/build.gradle index 12a8754..bfc2f93 100644 --- a/inventoryframework-bukkit/build.gradle +++ b/inventoryframework-bukkit/build.gradle @@ -2,7 +2,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.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT'