diff --git a/build.gradle b/build.gradle index ccf61cc..792f7cb 100644 --- a/build.gradle +++ b/build.gradle @@ -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'