Skip to content

Commit

Permalink
changed kotlin:kotlin-stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
tanya732 committed Nov 19, 2024
1 parent 1145ee4 commit be69458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ dependencies {
api 'com.auth0:jwks-rsa:0.22.1'

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

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

0 comments on commit be69458

Please sign in to comment.