Skip to content

Dependency updates - #113

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

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

Conversation

@scala-steward

@scala-steward scala-steward commented Aug 5, 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
decisions4s-dmn-to-image/js-bundle/yarn.lock
⚙ 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.github.sbt", artifactId = "sbt-ci-release" },
  { groupId = "org.camunda.feel", artifactId = "feel-engine" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { 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.github.sbt", artifactId = "sbt-ci-release" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.camunda.feel", artifactId = "feel-engine" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "sbt-scalafmt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.seleniumhq.selenium", artifactId = "selenium-java" }
  }
]
labels: test-library-update, library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:7

Summary by CodeRabbit

  • Chores
    • Updated build and release tooling to newer versions.
    • Refreshed test and logging components for improved compatibility and maintenance.
    • Updated code-formatting tools and configuration support.

@coderabbitai

coderabbitai Bot commented Aug 5, 2026

Copy link
Copy Markdown

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: ea70fcb3-2709-4c9a-9fd1-1b4f9a5b5cf1

📥 Commits

Reviewing files that changed from the base of the PR and between ee3d6ca and 537d980.

📒 Files selected for processing (4)
  • .scalafmt.conf
  • build.sbt
  • project/build.properties
  • project/plugins.sbt

📝 Walkthrough

Walkthrough

The change updates Scalafmt, SBT, SBT plugins, and test dependency versions in the build configuration.

Changes

Build and dependency updates

Layer / File(s) Summary
Build toolchain versions
.scalafmt.conf, project/build.properties, project/plugins.sbt
Updated Scalafmt, SBT, sbt-ci-release, and sbt-scalafmt versions.
Test dependency versions
build.sbt
Updated Camunda FEEL Engine, Logback Classic, and Selenium Java test dependencies.

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

Possibly related PRs

Suggested labels: dependency-update

Poem

A rabbit checks the build with care,
New tools and test deps hop through the air.
Scalafmt shines, SBT grows,
Fresh plugins follow where it goes.
“All versions updated!” the rabbit knows.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately identifies the primary change as dependency updates, although it does not specify the affected tools or libraries.
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 d2da0de into business4s:main Aug 5, 2026
5 checks passed
@mergify

mergify Bot commented Aug 5, 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