Skip to content

Commit e232c7a

Browse files
authored
Merge pull request morganstanley#108 from morganstanley/dependabot/gradle/client-samples/java/rest/com.squareup.okhttp3-okhttp-5.1.0
gradle: bump com.squareup.okhttp3:okhttp from 4.12.0 to 5.1.0 in /client-samples/java/rest
2 parents 1045688 + ce59fed commit e232c7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

client-samples/java/rest/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)