Skip to content
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

Updated MSAL and Azure Identity dependency versions #2584

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

Conversation

tkyc
Copy link
Member

@tkyc tkyc commented Jan 14, 2025

Updated the pom.xml with the latest versions of MSAL and Azure Identity.

The project's public Azure Artifact feed is also updated with the latest versions of MSAL and Azure Identity.

To test locally, pull this branch and do a fresh local build with mvn clean install -DskipTests -T 1C. If it works, your local build run should complete successfully without errors.

Search for Update Public Azure Artifacts Feed in the internal driver docs (not public) to learn more.

Jeffery-Wasty
Jeffery-Wasty previously approved these changes Jan 14, 2025
<azure-identity.version>1.12.2</azure-identity.version>
<msal.version>1.15.1</msal.version>
<azure-identity.version>1.15.0</azure-identity.version>
<msal.version>1.17.2</msal.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

why 1.17.2? latest is 1.18.0

Copy link
Member Author

Choose a reason for hiding this comment

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

Dependency version conflicts, latest azure-identity 1.15.0 depends on msal 1.17.2. If I use 1.18.0 it breaks things.

pom.xml Outdated Show resolved Hide resolved
Copy link
Contributor

@lilgreenbird lilgreenbird left a comment

Choose a reason for hiding this comment

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

there are also later versions of antlr-runtime, com.google.code.gson, bcprov-jdk18on, bcpkix-jdk18on, junit-jupiter, hikaricp, gremini.mock, h2
please check all dependencies and update to latest stable release versions

@lilgreenbird lilgreenbird added this to the 12.10.0 milestone Jan 15, 2025
Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.17%. Comparing base (5bb3353) to head (ad13edf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2584      +/-   ##
============================================
+ Coverage     51.01%   51.17%   +0.15%     
- Complexity     3921     3942      +21     
============================================
  Files           147      147              
  Lines         33483    33505      +22     
  Branches       5609     5614       +5     
============================================
+ Hits          17081    17145      +64     
+ Misses        13991    13959      -32     
+ Partials       2411     2401      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

3 participants