Skip to content

Upgrade dependencies #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Upgrade dependencies #37

wants to merge 2 commits into from

Conversation

jruaux
Copy link

@jruaux jruaux commented Aug 6, 2025

Updated jackson and azure-identity dependencies to their latest stable versions to improve security, performance, and compatibility:

  • com.fasterxml.jackson.core: 2.18.0 → 2.18.2
    • Minor version bump with bug fixes and improvements
  • com.azure:azure-identity: 1.15.4 → 1.16.3

@jruaux jruaux requested a review from Copilot August 6, 2025 22:19
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades two key dependencies to their latest stable versions for improved security, performance, and compatibility: Jackson from 2.18.0 to 2.18.2 and Azure Identity from 1.15.4 to 1.16.3.

  • Upgraded Jackson Core library from 2.18.0 to 2.18.2 for bug fixes and improvements
  • Updated Azure Identity dependency from 1.15.4 to 1.16.3
  • Removed deprecated MSAL4J dependency in favor of Azure Identity

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
core/pom.xml Updates Jackson version property and contains a manifest entry modification
entraid/pom.xml Upgrades azure-identity dependency and removes msal4j dependency
entraid/src/main/java/redis/clients/authentication/entraid/EntraIDTokenAuthConfigBuilder.java Removes Exception from close() method signature

@@ -222,7 +222,7 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>${core.module.name}</Automatic-Module-Name>
<Auatomatic-Module-Name>${core.module.name}</Auatomatic-Module-Name>
Copy link
Preview

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The manifest entry contains a typo: 'Auatomatic-Module-Name' should be 'Automatic-Module-Name'.

Suggested change
<Auatomatic-Module-Name>${core.module.name}</Auatomatic-Module-Name>
<Automatic-Module-Name>${core.module.name}</Automatic-Module-Name>

Copilot uses AI. Check for mistakes.

@jruaux jruaux requested a review from atakavci August 6, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant