File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 57
57
<core .module.name>redis.clients.authentication.core</core .module.name>
58
58
<slf4j .version>1.7.36</slf4j .version>
59
59
<resilience4j .version>1.7.1</resilience4j .version>
60
- <jackson .version>2.18.0 </jackson .version>
60
+ <jackson .version>2.18.2 </jackson .version>
61
61
<maven .surefire.version>3.5.2</maven .surefire.version>
62
62
</properties >
63
63
222
222
<archive >
223
223
<manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
224
224
<manifestEntries >
225
- <Automatic -Module-Name >${core.module.name} </Automatic -Module-Name >
225
+ <Auatomatic -Module-Name >${core.module.name} </Auatomatic -Module-Name >
226
226
</manifestEntries >
227
227
</archive >
228
228
</configuration >
Original file line number Diff line number Diff line change 70
70
<artifactId >redis-authx-core</artifactId >
71
71
<version >${project.version} </version >
72
72
</dependency >
73
- <dependency >
74
- <groupId >com.microsoft.azure</groupId >
75
- <artifactId >msal4j</artifactId >
76
- <version >1.19.1</version >
77
- </dependency >
78
73
<dependency >
79
74
<groupId >com.azure</groupId >
80
75
<artifactId >azure-identity</artifactId >
81
- <version >1.15.4 </version >
76
+ <version >1.16.3 </version >
82
77
</dependency >
83
78
<dependency >
84
79
<groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments