Skip to content

FDN-4532 Third party dependency updates#415

Merged
github-actions[bot] merged 2 commits intomainfrom
update/third-party
Feb 24, 2026
Merged

FDN-4532 Third party dependency updates#415
github-actions[bot] merged 2 commits intomainfrom
update/third-party

Conversation

@team-foundation-git
Copy link
Contributor

@team-foundation-git team-foundation-git commented Feb 24, 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.postgresql", artifactId = "postgresql" }
]

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

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

Summary by CodeRabbit

  • Chores
    • Updated the PostgreSQL JDBC driver used in tests to the latest patch release to improve test reliability and compatibility.

@coderabbitai
Copy link

coderabbitai bot commented Feb 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8fb41e7 and 8b263f4.

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

📝 Walkthrough

Walkthrough

Updated the PostgreSQL JDBC driver test dependency in the build configuration from version 42.7.7 to 42.7.10. No other files, control flow, or build behavior were changed.

Changes

Cohort / File(s) Summary
Build Configuration
build.sbt
Bumped PostgreSQL JDBC driver test dependency from 42.7.7 to 42.7.10.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • nicolagi
🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title mentions 'Third party dependency updates' which aligns with the change (PostgreSQL JDBC driver version update), but is overly broad and generic, not highlighting the specific dependency or version change. Consider a more specific title like 'Update PostgreSQL JDBC driver to 42.7.10' to clearly identify the primary dependency being updated.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
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.

@flow-tech
Copy link
Contributor

github-actions[bot]
github-actions bot previously approved these changes Feb 24, 2026
gheine
gheine previously approved these changes Feb 24, 2026
@gheine gheine dismissed stale reviews from github-actions[bot] and themself via 8b263f4 February 24, 2026 10:15
@flow-tech
Copy link
Contributor

@github-actions github-actions bot merged commit 4a2591a into main Feb 24, 2026
7 checks passed
@github-actions github-actions bot deleted the update/third-party branch February 24, 2026 10:20
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.

3 participants