Skip to content

Commit 80ac694

Browse files
committed
deps: Upgrade azure-identity and remove superfluous msal4j dependencies
1 parent d32e380 commit 80ac694

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<core.module.name>redis.clients.authentication.core</core.module.name>
5858
<slf4j.version>1.7.36</slf4j.version>
5959
<resilience4j.version>1.7.1</resilience4j.version>
60-
<jackson.version>2.18.0</jackson.version>
60+
<jackson.version>2.18.2</jackson.version>
6161
<maven.surefire.version>3.5.2</maven.surefire.version>
6262
</properties>
6363

@@ -222,7 +222,7 @@
222222
<archive>
223223
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
224224
<manifestEntries>
225-
<Automatic-Module-Name>${core.module.name}</Automatic-Module-Name>
225+
<Auatomatic-Module-Name>${core.module.name}</Auatomatic-Module-Name>
226226
</manifestEntries>
227227
</archive>
228228
</configuration>

entraid/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,10 @@
7070
<artifactId>redis-authx-core</artifactId>
7171
<version>${project.version}</version>
7272
</dependency>
73-
<dependency>
74-
<groupId>com.microsoft.azure</groupId>
75-
<artifactId>msal4j</artifactId>
76-
<version>1.19.1</version>
77-
</dependency>
7873
<dependency>
7974
<groupId>com.azure</groupId>
8075
<artifactId>azure-identity</artifactId>
81-
<version>1.15.4</version>
76+
<version>1.16.3</version>
8277
</dependency>
8378
<dependency>
8479
<groupId>junit</groupId>

0 commit comments

Comments
 (0)