Skip to content

FDN-4750 Third party dependency updates#169

Merged
gheine merged 3 commits intomainfrom
update/third-party
Apr 17, 2026
Merged

FDN-4750 Third party dependency updates#169
gheine merged 3 commits intomainfrom
update/third-party

Conversation

@team-foundation-git
Copy link
Copy Markdown

@team-foundation-git team-foundation-git commented Apr 17, 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!

🔍 Files still referring to the old version numbers

The following files still refer to the old version numbers.
You might want to review and update them manually.

project/plugins.sbt
⚙ 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 the test-scoped mocking/test integration dependency to a newer version.
    • Added a PR title and description validation workflow to run on pull request events, improving CI checks for incoming changes.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 37c7f209-9720-44eb-958d-008c7bda04ec

📥 Commits

Reviewing files that changed from the base of the PR and between b12140a and 9cc68c1.

📒 Files selected for processing (1)
  • .github/workflows/pr-validator.yml
✅ Files skipped from review due to trivial changes (1)
  • .github/workflows/pr-validator.yml

📝 Walkthrough

Walkthrough

Updated the test-scoped dependency org.mockito:mockito-scala-scalatest from 2.1.0 to 2.2.1 in the build configuration and added a new GitHub Actions workflow .github/workflows/pr-validator.yml that invokes a reusable workflow flowcommerce/code-steward/.github/workflows/pr-validator.yml@main. No other build settings, dependencies, or public entities were modified.

Changes

Cohort / File(s) Summary
Build Dependencies
build.sbt
Bumped test dependency org.mockito:mockito-scala-scalatest from 2.1.0 to 2.2.1.
CI Workflows
.github/workflows/pr-validator.yml
Added new GitHub Actions workflow triggered on PR events; job validate calls reusable workflow flowcommerce/code-steward/.github/workflows/pr-validator.yml@main.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'FDN-4750 Third party dependency updates' accurately reflects the main changes: a mockito-scala-scalatest version bump and a new GitHub Actions workflow for PR validation, both of which are third-party dependency or infrastructure updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
[Scalability:Algo] Algorithmic Complexity Check ✅ Passed PR contains only dependency version update in build.sbt and GitHub Actions workflow configuration; no algorithmic code changes present.
[Scalability:Db] Database & Dao Access Patterns ✅ Passed The SCALABILITY:DB check is not applicable as this PR only modifies build.sbt dependencies and the sPDF library contains no database or DAO code.
[Scalability:Batch] Batch Operation Enforcement ✅ Passed Pull request contains only build configuration changes (test dependency version update) with no executable code modifications, loops, database operations, or API calls.
[Scalability:Memory] Memory Accumulation & Cache ✅ Passed PR contains only test dependency version update and GitHub Actions workflow configuration with no application source code modifications or memory scalability concerns.

✏️ 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.

gheine
gheine previously approved these changes Apr 17, 2026
@gheine gheine merged commit 4724717 into main Apr 17, 2026
5 checks passed
@gheine gheine deleted the update/third-party branch April 17, 2026 09:27
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