Skip to content

Commit

Permalink
chore: update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmefox committed May 31, 2022
1 parent f6e0f59 commit 155b1cf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ dependencies {
kapt "org.springframework.boot:spring-boot-configuration-processor"

//====== JDA ======
api("net.dv8tion:JDA:$jdaVersion"){
exclude group: "org.apache.commons", module: "commons-collections4" //Because of https://advisory.checkmarx.net/advisory/vulnerability/Cx78f40514-81ff/
}
implementation 'org.apache.commons:commons-collections4:4.4'
api "net.dv8tion:JDA:$jdaVersion"

//====== Retrofit2 ======
compileOnly "com.squareup.retrofit2:retrofit:2.9.0"
Expand Down

0 comments on commit 155b1cf

Please sign in to comment.