File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ All dependencies are managed automatically by Gradle.
653
653
* Version: **4.4**
654
654
* [Website](https://commons.apache.org/proper/commons-collections)
655
655
* jackson
656
- * Version: **2.13.2 **
656
+ * Version: **2.14.1 **
657
657
* [Github](https://github.com/FasterXML/jackson)
658
658
* Trove4j
659
659
* Version: **3.0.3**
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ dependencies {
123
123
// General Utility
124
124
implementation(" net.sf.trove4j:trove4j:3.0.3" )
125
125
// 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 " )
128
128
129
129
// Sets the dependencies for the examples
130
130
configurations[" examplesImplementation" ].withDependencies {
You can’t perform that action at this time.
0 commit comments