From 506062e16fee549747208ef6d95e22f807e0ff58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Wed, 23 Nov 2022 16:28:55 +0100 Subject: [PATCH 1/2] Bump jackson-core and jackson-databind from 2.13.2 to 2.14.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 95bbbb1a54..a10b91f93f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,8 +123,8 @@ dependencies { //General Utility implementation("net.sf.trove4j:trove4j:3.0.3") // Match the minor version of lavaplayers jackson dependency - implementation("com.fasterxml.jackson.core:jackson-core:2.13.2") - implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2") + implementation("com.fasterxml.jackson.core:jackson-core:2.14.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0") //Sets the dependencies for the examples configurations["examplesImplementation"].withDependencies { From d8f59efc2064f60af93d08ccaf2bdaf61b6c65b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melaine=20G=C3=A9rard?= Date: Sat, 3 Dec 2022 15:29:15 +0100 Subject: [PATCH 2/2] Bump Jackson-databind and jackson-core to version 2.14.1 --- README.md | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a98c1be934..fede1292c6 100644 --- a/README.md +++ b/README.md @@ -652,7 +652,7 @@ All dependencies are managed automatically by Gradle. * Version: **4.4** * [Website](https://commons.apache.org/proper/commons-collections) * jackson - * Version: **2.13.2** + * Version: **2.14.1** * [Github](https://github.com/FasterXML/jackson) * Trove4j * Version: **3.0.3** diff --git a/build.gradle.kts b/build.gradle.kts index a10b91f93f..12f3a2a293 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -123,8 +123,8 @@ dependencies { //General Utility implementation("net.sf.trove4j:trove4j:3.0.3") // Match the minor version of lavaplayers jackson dependency - implementation("com.fasterxml.jackson.core:jackson-core:2.14.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0") + implementation("com.fasterxml.jackson.core:jackson-core:2.14.1") + implementation("com.fasterxml.jackson.core:jackson-databind:2.14.1") //Sets the dependencies for the examples configurations["examplesImplementation"].withDependencies {