Skip to content

Commit d80d257

Browse files
authored
Update msal4j dependency (Azure#44583)
1 parent c597902 commit d80d257

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ com.microsoft.azure:azure-mgmt-graph-rbac;1.3.0
113113
com.microsoft.azure:azure-mgmt-network;1.33.0
114114
com.microsoft.azure:azure-mgmt-resources;1.3.0
115115
com.microsoft.azure:azure-storage;8.0.0
116-
com.microsoft.azure:msal4j;1.19.0
116+
com.microsoft.azure:msal4j;1.19.1
117117
com.microsoft.azure:msal4j-brokers;1.0.0
118118
com.microsoft.azure:msal4j-persistence-extension;1.3.0
119119
io.opentelemetry:opentelemetry-api;1.46.0

sdk/eventhubs/microsoft-azure-eventhubs-eph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.microsoft.azure</groupId>
6666
<artifactId>msal4j</artifactId>
67-
<version>1.19.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
67+
<version>1.19.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

sdk/eventhubs/microsoft-azure-eventhubs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.microsoft.azure</groupId>
7979
<artifactId>msal4j</artifactId>
80-
<version>1.19.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
80+
<version>1.19.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>

sdk/identity/azure-identity-broker/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.microsoft.azure</groupId>
4646
<artifactId>msal4j</artifactId>
47-
<version>1.19.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
47+
<version>1.19.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
4848
</dependency>
4949
<dependency>
5050
<groupId>com.microsoft.azure</groupId>
@@ -69,7 +69,7 @@
6969
<rules>
7070
<bannedDependencies>
7171
<includes>
72-
<include>com.microsoft.azure:msal4j:[1.19.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
72+
<include>com.microsoft.azure:msal4j:[1.19.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
7373
<include>com.microsoft.azure:msal4j-brokers:[1.0.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-brokers;external_dependency} -->
7474
</includes>
7575
</bannedDependencies>

sdk/identity/azure-identity-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.microsoft.azure</groupId>
7272
<artifactId>msal4j</artifactId>
73-
<version>1.19.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
73+
<version>1.19.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
7474
</dependency>
7575

7676
<dependency>
@@ -120,7 +120,7 @@
120120
<rules>
121121
<bannedDependencies>
122122
<includes>
123-
<include>com.microsoft.azure:msal4j:[1.19.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
123+
<include>com.microsoft.azure:msal4j:[1.19.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
124124
<include>com.microsoft.azure:msal4j-persistence-extension:[1.3.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-persistence-extension;external_dependency} -->
125125
</includes>
126126
</bannedDependencies>

sdk/identity/azure-identity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.microsoft.azure</groupId>
5757
<artifactId>msal4j</artifactId>
58-
<version>1.19.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
58+
<version>1.19.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
5959
</dependency>
6060
<dependency>
6161
<groupId>com.microsoft.azure</groupId>
@@ -136,7 +136,7 @@
136136
<rules>
137137
<bannedDependencies>
138138
<includes>
139-
<include>com.microsoft.azure:msal4j:[1.19.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
139+
<include>com.microsoft.azure:msal4j:[1.19.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
140140
<include>com.microsoft.azure:msal4j-persistence-extension:[1.3.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-persistence-extension;external_dependency} -->
141141
<include>net.java.dev.jna:jna-platform:[5.13.0]</include> <!-- {x-include-update;net.java.dev.jna:jna-platform;external_dependency} -->
142142
</includes>

0 commit comments

Comments
 (0)