-
Notifications
You must be signed in to change notification settings - Fork 137
Working/release/7.0.0 #2349
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
base: dev
Are you sure you want to change the base?
Working/release/7.0.0 #2349
Conversation
❌ Work item link check failed. Description does not contain AB#{ID}. Click here to Learn more. |
There was a problem hiding this 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 merges the working/release/7.0.0 branch back into dev after an automatic monthly release pipeline failure. The changes constitute a version bump from 6.2.0 to 7.0.0 with updated dependencies.
- Updates the main library version from 6.2.0 to 7.0.0
- Updates common library dependencies from 1.0.+ to 22.0.0
- Documents the version release in changelog with dependency updates
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
msal/versioning/version.properties | Updates version name from 6.2.0 to 7.0.0 |
msal/build.gradle | Updates common and common4j dependency versions from 1.0.+ to 22.0.0 |
common | Updates subproject commit reference |
changelog | Adds version 7.0.0 entry with common library update note |
def common4jVersion = "1.0.+" | ||
def common4jVersion = "22.0.0" | ||
if (project.hasProperty("distCommon4jVersion")) { | ||
distCommon4jVersion = project.distCommon4jVersion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The assignment should use 'commonVersion' instead of 'distCommon4jVersion'. This appears to be a copy-paste error from the commonVersion logic above.
distCommon4jVersion = project.distCommon4jVersion | |
common4jVersion = project.distCommon4jVersion |
Copilot uses AI. Check for mistakes.
Merging working/release branch back into Dev since Automatic Monthly Release pipeline failed