Skip to content

chore: Minor dependency updates#4128

Open
daschbot wants to merge 9 commits into
mainfrom
update/minor
Open

chore: Minor dependency updates#4128
daschbot wants to merge 9 commits into
mainfrom
update/minor

Conversation

@daschbot

@daschbot daschbot commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

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.

fuseki/Dockerfile
docs/development/dsp-api-sparql-queries.md
.scalafmt.conf
CHANGELOG.md
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "commons-io", artifactId = "commons-io" },
  { groupId = "io.opentelemetry", artifactId = "opentelemetry-exporter-logging-otlp" },
  { groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv" },
  { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-client" },
  { groupId = "org.ehcache", artifactId = "ehcache" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" },
  { groupId = "org.scalameta", artifactId = "sbt-scalafmt" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.xmlunit", artifactId = "xmlunit-core" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-io", artifactId = "commons-io" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.opentelemetry", artifactId = "opentelemetry-exporter-logging-otlp" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.opentelemetry.semconv", artifactId = "opentelemetry-semconv" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.eclipse.rdf4j", artifactId = "rdf4j-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.ehcache", artifactId = "ehcache" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  },
  {
    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.xmlunit", artifactId = "xmlunit-core" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:9

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant