Skip to content

Dependency updates - #277

Merged
mergify[bot] merged 6 commits into
business4s:mainfrom
scala-steward:update/all
Aug 13, 2026
Merged

Dependency updates#277
mergify[bot] merged 6 commits into
business4s:mainfrom
scala-steward:update/all

Conversation

@scala-steward

@scala-steward scala-steward commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

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.

website/yarn.lock
workflows4s-web-ui/package-lock.json
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-apispec-docs" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-client4" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.seleniumhq.selenium", artifactId = "selenium-chrome-driver" },
  { groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-apispec-docs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-sttp-client4" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.seleniumhq.selenium", artifactId = "selenium-chrome-driver" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" }
  }
]
labels: library-update, test-library-update, early-semver-patch, semver-spec-patch, version-scheme:early-semver, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:6

Summary by CodeRabbit

  • Chores
    • Updated underlying libraries and build tooling to newer versions.
    • Includes updates to logging, API tooling, browser automation, and the project build system.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

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: 00374593-7058-485c-9f96-6c56576822c4

📥 Commits

Reviewing files that changed from the base of the PR and between 5673016 and 4cf0a5d.

📒 Files selected for processing (2)
  • build.sbt
  • project/build.properties

📝 Walkthrough

Walkthrough

The build configuration updates Logback, Tapir, Selenium, and SBT versions. No public entities or application logic change.

Changes

Dependency and build tooling

Layer / File(s) Summary
Dependency version alignment
build.sbt
Logback updates to 1.6.2. Tapir updates to 1.13.31. Selenium Java and Chrome Driver update to 4.47.0.
SBT version update
project/build.properties
SBT updates from 2.0.5 to 2.0.6.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Mergeability Score: ⚪ Minimal · up to 4cf0a

This dependency-only change updates build and library versions without introducing an identified correctness, security, availability, or deployment risk. No actionable merge-blocking risk remains after normal checks and review.

Possibly related PRs

Suggested labels: dependency-update

Suggested reviewers: krever

Poem

I’m a rabbit with versions in line,
Logback and Tapir now neatly shine.
Selenium hops to a newer release,
SBT joins the upgrade peace.
Build greens twinkle—what a fine design!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is related to the changes but is too generic to identify the updated dependencies or build tools. Use a specific title, such as "Update Logback, Tapir, Selenium, and SBT dependencies".
✅ Passed checks (4 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.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@mergify
mergify Bot merged commit 44134a3 into business4s:main Aug 13, 2026
5 checks passed
@mergify

mergify Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

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.

1 participant