Updated MSAL and Azure Identity dependency versions#2584
Closed
Conversation
Jeffery-Wasty
previously approved these changes
Jan 14, 2025
350c92c to
f9c184b
Compare
lilgreenbird
suggested changes
Jan 15, 2025
Contributor
lilgreenbird
left a comment
There was a problem hiding this comment.
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2584 +/- ##
============================================
- Coverage 51.01% 50.14% -0.88%
+ Complexity 3921 3898 -23
============================================
Files 147 147
Lines 33483 33483
Branches 5609 5609
============================================
- Hits 17081 16789 -292
- Misses 13991 14358 +367
+ Partials 2411 2336 -75 ☔ View full report in Codecov by Sentry. |
Jeffery-Wasty
previously approved these changes
Jan 21, 2025
David-Engel
previously approved these changes
Jan 23, 2025
lilgreenbird
previously approved these changes
Jan 24, 2025
Contributor
|
this is currently on hold as MSAL 1.17.2 has a vulnerability. We need to wait for azure-identity to move to a later version so we can update to latest for both |
4112e70
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 Feedin the internal driver docs (not public) to learn more.