Skip to content

Commit

Permalink
excluded vulnerable kotlin-stdlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Nov 19, 2024
1 parent b926b37 commit 299af89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ dependencies {
api 'com.auth0:java-jwt:3.19.4'
api 'com.auth0:jwks-rsa:0.22.1'

// TODO remove dependency when OkHttp is upgraded
implementation('com.squareup.okhttp3:okhttp:4.12.0') {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-stdlib'
}
// Add a different version of kotlin-stdlib
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'

testImplementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
testImplementation 'org.hamcrest:hamcrest-core:1.3'
Expand Down

0 comments on commit 299af89

Please sign in to comment.