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 95bbbb1a54..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.13.2") - implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2") + 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 {