Skip to content

Commit

Permalink
Updating Dependencies (#2591)
Browse files Browse the repository at this point in the history
Updated okhttp from 4.10.0 to 4.12.0
Updated jackson-core from 2.14.1 to 2.16.0
Updated jackson-databind from 2.14.1 to 2.16.0
Updated junit-jupiter from 5.8.2 to 5.10.1

Addressed CVEs:
CVE-2023-35116
CVE-2022-24329
CVE-2023-3635
  • Loading branch information
Lewox authored Dec 22, 2023
1 parent e584c7c commit abc4c36
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies {

//Web Connection Support
api("com.neovisionaries:nv-websocket-client:2.14")
api("com.squareup.okhttp3:okhttp:4.10.0")
api("com.squareup.okhttp3:okhttp:4.12.0")

//Opus library support
api("club.minnced:opus-java:1.1.1")
Expand All @@ -122,9 +122,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.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.1")
implementation("com.fasterxml.jackson.core:jackson-core:2.16.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.0")

//Sets the dependencies for the examples
configurations["examplesImplementation"].withDependencies {
Expand All @@ -133,7 +132,7 @@ dependencies {
addAll(configurations["compileOnly"].allDependencies)
}

testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testImplementation("org.reflections:reflections:0.10.2")
}

Expand Down

0 comments on commit abc4c36

Please sign in to comment.