Skip to content

Commit

Permalink
FDP-2470: Update msal4j
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Jul 16, 2024
1 parent 8630446 commit 3f05a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("avro", "1.11.3")
version("msal", "1.16.0")
version("msal4j", "1.16.1")

library("avro", "org.apache.avro", "avro").versionRef("avro")
library("msal", "com.microsoft.azure", "msal4j").versionRef("msal")
library("msal", "com.microsoft.azure", "msal4j").versionRef("msal4j")
}

create("testLibs") {
Expand Down

0 comments on commit 3f05a57

Please sign in to comment.