Skip to content

Commit be53c8b

Browse files
Merge pull request #189 from morganstanley/dependabot/gradle/client-samples/java/websockets/com.microsoft.azure-msal4j-1.24.0
gradle: bump com.microsoft.azure:msal4j from 1.23.1 to 1.24.0 in /client-samples/java/websockets
2 parents 572a80f + b1ab9cf commit be53c8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0-SNAPSHOT"
88

99
dependencies {
1010
// msal4j
11-
implementation(group="com.microsoft.azure", name="msal4j", version="1.23.1")
11+
implementation(group="com.microsoft.azure", name="msal4j", version="1.24.0")
1212

1313
// okhttp/retrofit
1414
implementation(group="com.squareup.okhttp3", name="logging-interceptor", version="5.3.2")

0 commit comments

Comments
 (0)