Skip to content

Commit 768013d

Browse files
committed
update msal4j to 1.16.2
1 parent 712ac84 commit 768013d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

eng/versioning/external_dependencies.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ com.microsoft.azure:azure-mgmt-resources;1.3.0
202202
com.microsoft.azure:azure-mgmt-search;1.24.1
203203
com.microsoft.azure:azure-mgmt-storage;1.3.0
204204
com.microsoft.azure:azure-storage;8.0.0
205-
com.microsoft.azure:msal4j;1.16.1
205+
com.microsoft.azure:msal4j;1.16.2
206206
com.microsoft.azure:msal4j-brokers;1.0.0
207207
com.microsoft.azure:msal4j-persistence-extension;1.3.0
208208
com.sun.activation:jakarta.activation;1.2.2

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

+1-1
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.16.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
67+
<version>1.16.2</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.microsoft.azure</groupId>
7070
<artifactId>msal4j</artifactId>
71-
<version>1.16.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
71+
<version>1.16.2</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

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

+1-1
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.16.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
80+
<version>1.16.2</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

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.microsoft.azure</groupId>
3939
<artifactId>msal4j</artifactId>
40-
<version>1.16.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
40+
<version>1.16.2</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
4141
</dependency>
4242
<dependency>
4343
<groupId>com.microsoft.azure</groupId>
@@ -62,7 +62,7 @@
6262
<rules>
6363
<bannedDependencies>
6464
<includes>
65-
<include>com.microsoft.azure:msal4j:[1.16.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
65+
<include>com.microsoft.azure:msal4j:[1.16.2]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
6666
<include>com.microsoft.azure:msal4j-brokers:[1.0.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-brokers;external_dependency} -->
6767
</includes>
6868
</bannedDependencies>

sdk/identity/azure-identity/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.microsoft.azure</groupId>
4848
<artifactId>msal4j</artifactId>
49-
<version>1.16.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
49+
<version>1.16.2</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
5050
</dependency>
5151
<dependency>
5252
<groupId>com.microsoft.azure</groupId>
@@ -151,7 +151,7 @@
151151
<rules>
152152
<bannedDependencies>
153153
<includes>
154-
<include>com.microsoft.azure:msal4j:[1.16.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
154+
<include>com.microsoft.azure:msal4j:[1.16.2]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
155155
<include>com.microsoft.azure:msal4j-persistence-extension:[1.3.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-persistence-extension;external_dependency} -->
156156
<include>net.java.dev.jna:jna-platform:[5.6.0]</include> <!-- {x-include-update;net.java.dev.jna:jna-platform;external_dependency} -->
157157
<include>org.linguafranca.pwdb:KeePassJava2:[2.1.4]</include> <!-- {x-include-update;org.linguafranca.pwdb:KeePassJava2;external_dependency} -->

0 commit comments

Comments
 (0)