Skip to content

Conversation

@rjrudin
Copy link
Contributor

@rjrudin rjrudin commented Oct 16, 2025

Don't know why this didn't cause a failure initially, but did cause failures in nightly regressions.

Don't know why this didn't cause a failure initially, but did cause failures in nightly regressions.
Copilot AI review requested due to automatic review settings October 16, 2025 16:07
@github-actions
Copy link

Copyright Validation Results
Total: 1 | Passed: 0 | Failed: 0 | Skipped: 1 | at: 2025-10-16 16:07:45 UTC | commit: 4897e9f

⏭️ Skipped (Excluded) Files

  • marklogic-client-api/build.gradle

✅ All files have valid copyright headers!

Copy link

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

Purpose: Correct a typo in the mockito-inline dependency version to resolve nightly regression failures.

  • Updated mockito-inline version from 5.20.0 to 5.2.0.
  • Leaves mockito-core at 5.20.0, resulting in a potential version mismatch between Mockito modules.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


testImplementation "org.mockito:mockito-core:5.20.0"
testImplementation "org.mockito:mockito-inline:5.20.0"
testImplementation "org.mockito:mockito-inline:5.2.0"
Copy link

Copilot AI Oct 16, 2025

Choose a reason for hiding this comment

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

mockito-core and mockito-inline typically should use the same version to avoid classpath inconsistencies; consider aligning both to the intended version (e.g., 5.2.0 if 5.20.0 was the original typo) or update inline to match a valid core version if 5.20.0 is correct.

Suggested change
testImplementation "org.mockito:mockito-inline:5.2.0"
testImplementation "org.mockito:mockito-inline:5.20.0"

Copilot uses AI. Check for mistakes.
@rjrudin rjrudin merged commit 7566d49 into develop Oct 16, 2025
3 checks passed
@rjrudin rjrudin deleted the feature/compile-fix branch October 16, 2025 16:22
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.

2 participants