Skip to content

Commit 057dd88

Browse files
authored
Upgrade msal4j Version (Azure#18817)
1 parent e05cea7 commit 057dd88

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
@@ -162,7 +162,7 @@ com.microsoft.azure:azure-mgmt-resources;1.3.0
162162
com.microsoft.azure:azure-mgmt-search;1.24.1
163163
com.microsoft.azure:azure-mgmt-storage;1.3.0
164164
com.microsoft.azure:azure-storage;8.0.0
165-
com.microsoft.azure:msal4j;1.8.0
165+
com.microsoft.azure:msal4j;1.8.1
166166
com.microsoft.azure:msal4j-persistence-extension;1.0.0
167167
com.sun.activation:jakarta.activation;1.2.2
168168
io.opentelemetry:opentelemetry-api;0.8.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<plugin>
382382
<groupId>org.apache.maven.plugins</groupId>
383383
<artifactId>maven-checkstyle-plugin</artifactId>
384-
<version>3.1.0</version> <!-- {x-version-update;org.apache.maven.plugins:maven-checkstyle-plugin;external_dependency} -->
384+
<version>3.1.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-checkstyle-plugin;external_dependency} -->
385385
<configuration>
386386
<configLocation>eng/code-quality-reports/src/main/resources/checkstyle/checkstyle.xml</configLocation>
387387
<suppressionsLocation>eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.microsoft.azure</groupId>
8383
<artifactId>msal4j</artifactId>
84-
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
84+
<version>1.8.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>

sdk/identity/azure-identity/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.microsoft.azure</groupId>
4444
<artifactId>msal4j</artifactId>
45-
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
45+
<version>1.8.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
4646
</dependency>
4747
<dependency>
4848
<groupId>com.microsoft.azure</groupId>
@@ -115,7 +115,7 @@
115115
<rules>
116116
<bannedDependencies>
117117
<includes>
118-
<include>com.microsoft.azure:msal4j:[1.8.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
118+
<include>com.microsoft.azure:msal4j:[1.8.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
119119
<include>com.microsoft.azure:msal4j-persistence-extension:[1.0.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j-persistence-extension;external_dependency} -->
120120
<include>com.nimbusds:oauth2-oidc-sdk:[7.1.1]</include> <!-- {x-include-update;com.nimbusds:oauth2-oidc-sdk;external_dependency} -->
121121
<include>net.java.dev.jna:jna-platform:[5.6.0]</include> <!-- {x-include-update;net.java.dev.jna:jna-platform;external_dependency} -->

sdk/spring/azure-spring-boot-starter-active-directory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>com.microsoft.azure</groupId>
6565
<artifactId>msal4j</artifactId>
66-
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
66+
<version>1.8.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
6767
</dependency>
6868
<dependency>
6969
<groupId>com.nimbusds</groupId>
@@ -93,7 +93,7 @@
9393
<bannedDependencies>
9494
<includes>
9595
<include>com.fasterxml.jackson.core:jackson-databind:[2.11.3]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
96-
<include>com.microsoft.azure:msal4j:[1.8.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
96+
<include>com.microsoft.azure:msal4j:[1.8.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
9797
<include>com.nimbusds:nimbus-jose-jwt:[8.19]</include> <!-- {x-include-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
9898
<include>io.projectreactor.netty:reactor-netty:[0.9.15.RELEASE]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty;external_dependency} -->
9999
<include>org.springframework.boot:spring-boot-starter-validation:[2.3.5.RELEASE]</include> <!-- {x-include-update;org.springframework.boot:spring-boot-starter-validation;external_dependency} -->

sdk/spring/azure-spring-boot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>com.microsoft.azure</groupId>
153153
<artifactId>msal4j</artifactId>
154-
<version>1.8.0</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
154+
<version>1.8.1</version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
155155
<optional>true</optional>
156156
</dependency>
157157

@@ -285,7 +285,7 @@
285285
<include>com.github.spotbugs:spotbugs-annotations:[4.0.2]</include> <!-- {x-include-update;com.github.spotbugs:spotbugs-annotations;external_dependency} -->
286286
<include>com.fasterxml.jackson.core:jackson-databind:[2.11.3]</include> <!-- {x-include-update;com.fasterxml.jackson.core:jackson-databind;external_dependency} -->
287287
<include>net.minidev:json-smart:[2.3]</include> <!-- {x-include-update;net.minidev:json-smart;external_dependency} -->
288-
<include>com.microsoft.azure:msal4j:[1.8.0]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
288+
<include>com.microsoft.azure:msal4j:[1.8.1]</include> <!-- {x-include-update;com.microsoft.azure:msal4j;external_dependency} -->
289289
<include>com.microsoft.spring.data.gremlin:spring-data-gremlin:[2.3.0]</include> <!-- {x-include-update;com.microsoft.spring.data.gremlin:spring-data-gremlin;external_dependency} -->
290290
<include>com.nimbusds:nimbus-jose-jwt:[8.19]</include> <!-- {x-include-update;com.nimbusds:nimbus-jose-jwt;external_dependency} -->
291291
<include>javax.servlet:javax.servlet-api:[4.0.1]</include> <!-- {x-include-update;javax.servlet:javax.servlet-api;external_dependency} -->

0 commit comments

Comments
 (0)