Skip to content

Commit 00f4226

Browse files
Bump jackson-core and jackson-databind from 2.13.2 to 2.14.1 (#2337)
1 parent 9a83045 commit 00f4226

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ All dependencies are managed automatically by Gradle.
653653
* Version: **4.4**
654654
* [Website](https://commons.apache.org/proper/commons-collections)
655655
* jackson
656-
* Version: **2.13.2**
656+
* Version: **2.14.1**
657657
* [Github](https://github.com/FasterXML/jackson)
658658
* Trove4j
659659
* Version: **3.0.3**

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ dependencies {
123123
//General Utility
124124
implementation("net.sf.trove4j:trove4j:3.0.3")
125125
// Match the minor version of lavaplayers jackson dependency
126-
implementation("com.fasterxml.jackson.core:jackson-core:2.13.2")
127-
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")
126+
implementation("com.fasterxml.jackson.core:jackson-core:2.14.1")
127+
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.1")
128128

129129
//Sets the dependencies for the examples
130130
configurations["examplesImplementation"].withDependencies {

0 commit comments

Comments
 (0)