diff --git a/core/pom.xml b/core/pom.xml index e1d0f3a..6e6f3b4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -57,7 +57,7 @@ redis.clients.authentication.core 1.7.36 1.7.1 - 2.18.0 + 2.18.2 3.5.2 @@ -222,7 +222,7 @@ ${project.build.outputDirectory}/META-INF/MANIFEST.MF - ${core.module.name} + ${core.module.name} diff --git a/entraid/pom.xml b/entraid/pom.xml index bd4eda2..32c76ed 100644 --- a/entraid/pom.xml +++ b/entraid/pom.xml @@ -70,15 +70,10 @@ redis-authx-core ${project.version} - - com.microsoft.azure - msal4j - 1.19.1 - com.azure azure-identity - 1.15.4 + 1.16.3 junit diff --git a/entraid/src/main/java/redis/clients/authentication/entraid/EntraIDTokenAuthConfigBuilder.java b/entraid/src/main/java/redis/clients/authentication/entraid/EntraIDTokenAuthConfigBuilder.java index bbd8224..a6bf04f 100644 --- a/entraid/src/main/java/redis/clients/authentication/entraid/EntraIDTokenAuthConfigBuilder.java +++ b/entraid/src/main/java/redis/clients/authentication/entraid/EntraIDTokenAuthConfigBuilder.java @@ -22,7 +22,7 @@ * Builder class for configuring EntraID token authentication. * This class provides methods to set various configuration options for EntraID token authentication. * It extends the TokenAuthConfig.Builder class and implements AutoCloseable. - * + * *

Default values:

* - * + * *

Configuration options:

* - * + * *

Usage:

*
  * {@code
@@ -58,7 +58,7 @@
  *     .build();
  * }
  * 
- * + * *

Note:

*