Skip to content

Conversation

richardtz12
Copy link
Contributor

Merging working/release branch back into Dev since Automatic Monthly Release pipeline failed

Azure DevOps Pipeline added 2 commits August 1, 2025 07:02
@Copilot Copilot AI review requested due to automatic review settings August 6, 2025 20:15
@richardtz12 richardtz12 requested review from a team as code owners August 6, 2025 20:15
Copy link

github-actions bot commented Aug 6, 2025

❌ Work item link check failed. Description does not contain AB#{ID}.

Click here to Learn more.

@github-actions github-actions bot added the msal label Aug 6, 2025
Copy link
Contributor

@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 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
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 assignment should use 'commonVersion' instead of 'distCommon4jVersion'. This appears to be a copy-paste error from the commonVersion logic above.

Suggested change
distCommon4jVersion = project.distCommon4jVersion
common4jVersion = project.distCommon4jVersion

Copilot uses AI. Check for mistakes.

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

Successfully merging this pull request may close these issues.

2 participants