Skip to content

FDN-4562 Third party dependency updates#165

Open
team-foundation-git wants to merge 1 commit intomainfrom
update/third-party
Open

FDN-4562 Third party dependency updates#165
team-foundation-git wants to merge 1 commit intomainfrom
update/third-party

Conversation

@team-foundation-git
Copy link

@team-foundation-git team-foundation-git commented Mar 3, 2026

About this PR

Updates:

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

⚙ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" }
]

Or, add these to slow down future updates of these dependencies:

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.mockito", artifactId = "mockito-scala-scalatest" }
  }
]
labels: scala-steward, auto-merge

Summary by CodeRabbit

  • Chores
    • Updated testing dependency to the latest version for improved test suite reliability.

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

📝 Walkthrough

Walkthrough

Dependency version bump in build.sbt updating the mockito-scala-scalatest test dependency from version 2.0.0 to 2.1.0. No changes to public APIs, library structure, or surrounding configuration.

Changes

Cohort / File(s) Summary
Build Configuration
build.sbt
Updated org.mockito:mockito-scala-scalatest from 2.0.0 to 2.1.0 in Test dependencies.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: a third-party dependency update from mockito-scala-scalatest 2.0.0 to 2.1.0, which is the only modification in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@build.sbt`:
- Line 36: The dependency declaration for "org.mockito" %%
"mockito-scala-scalatest" uses a non-existent version 2.1.0; update that
artifact's version to 2.0.0 in the build.sbt dependency list so the project uses
the valid mockito-scala-scalatest 2.0.0 release compatible with Scala 2.13.17
and ScalaTest 3.2.19.

ℹ️ Review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b0095fc and aa5a12e.

📒 Files selected for processing (1)
  • build.sbt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants