@@ -10,8 +10,8 @@ dependencies {
1010 implementation(group= " com.microsoft.azure" , name= " msal4j" , version= " 1.23.0" )
1111
1212 // okhttp
13- implementation(group= " com.squareup.okhttp3" , name= " logging-interceptor" , version= " 4.12 .0" )
14- implementation(group= " com.squareup.okhttp3" , name= " okhttp" , version= " 4.12 .0" )
13+ implementation(group= " com.squareup.okhttp3" , name= " logging-interceptor" , version= " 5.1 .0" )
14+ implementation(group= " com.squareup.okhttp3" , name= " okhttp" , version= " 5.1 .0" )
1515
1616 // retrofit
1717 implementation(group= " com.squareup.retrofit2" , name= " converter-jackson" , version= " 3.0.0" )
@@ -26,7 +26,7 @@ dependencies {
2626 implementation(group= " io.smallrye.config" , name= " smallrye-config" , version= " 3.10.2" )
2727
2828 // testing
29- testImplementation(group= " com.squareup.okhttp3" , name= " mockwebserver" , version= " 4.12 .0" )
29+ testImplementation(group= " com.squareup.okhttp3" , name= " mockwebserver" , version= " 5.1 .0" )
3030 testImplementation(platform(" org.junit:junit-bom:5.13.4" ))
3131 testImplementation(group= " org.junit.jupiter" , name= " junit-jupiter" )
3232 testRuntimeOnly(group= " org.junit.platform" , name= " junit-platform-launcher" )
0 commit comments