Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/client-samples/java/rest/c…
Browse files Browse the repository at this point in the history
…om.microsoft.azure-msal4j-1.19.0
  • Loading branch information
harveymmaunders authored Feb 21, 2025
2 parents b9ba186 + 7788567 commit 58771db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client-samples/java/rest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencies {
implementation(group="com.microsoft.azure", name="msal4j", version="1.19.0")

// okhttp
implementation(group="com.squareup.okhttp3", name="logging-interceptor", version="4.11.0")
implementation(group="com.squareup.okhttp3", name="okhttp", version="4.11.0")
implementation(group="com.squareup.okhttp3", name="logging-interceptor", version="4.12.0")
implementation(group="com.squareup.okhttp3", name="okhttp", version="4.12.0")

// retrofit
implementation(group="com.squareup.retrofit2", name="converter-jackson", version="2.11.0")
Expand All @@ -27,7 +27,7 @@ dependencies {

// testing
testImplementation(group="com.squareup.okhttp3", name="mockwebserver", version="4.12.0")
testImplementation(group="org.junit.jupiter", name="junit-jupiter", version="5.11.3")
testImplementation(group="org.junit.jupiter", name="junit-jupiter", version="5.11.4")
testImplementation(group="org.mockito", name="mockito-core", version="5.14.2")
}

Expand Down

0 comments on commit 58771db

Please sign in to comment.