From 3d8794c8b0ac9a628ec2365beca94f8bc3f49731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 11:01:06 +0000 Subject: [PATCH] Bump jackson-databind from 2.13.3 to 2.14.2 Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.3 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-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 cf254ef..40b1039 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { compile group: 'com.mojang', name: 'authlib', version: '1.5.22' compile group: 'com.google.code.gson', name: 'gson', version: '2.9.1' - compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3' + compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.2' compile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.13' compile group: 'club.minnced', name: 'java-discord-rpc', version: '2.0.2' compile group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.3'