Skip to content

CORE-69: Minor and patch updates - liquibase-core to 4.31.1 - commons-codec to 1.18.0 - logback-classic to 1.5.18 - sbt-scalafix to 0.14.2 - sbt-scoverage to 2.3.1 - sbt and 2 more to 1.10.11 #1684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
May 2, 2025

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented May 2, 2025

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.

automation/Dockerfile-tests
automation/project/build.properties
codegen_java/project/build.properties
docker/build.sh
docker/build_jar.sh
project/build.properties
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "commons-codec", artifactId = "commons-codec" },
  { groupId = "org.liquibase", artifactId = "liquibase-core" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scala-sbt", artifactId = "scripted-plugin" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.liquibase", artifactId = "liquibase-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scala-sbt", artifactId = "scripted-plugin" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: Scala_Steward, sbt-plugin-update, library-update, early-semver-minor, semver-spec-patch, early-semver-patch, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:6

@broadbot broadbot requested a review from a team as a code owner May 2, 2025 12:04
@broadbot broadbot requested review from dvoet and samanehsan May 2, 2025 12:04
Copy link

sonarqubecloud bot commented May 2, 2025

@marctalbott marctalbott enabled auto-merge (squash) May 2, 2025 17:40
@marctalbott marctalbott merged commit 3b02f8a into develop May 2, 2025
27 checks passed
@marctalbott marctalbott deleted the update/minor_patch branch May 2, 2025 17:42
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.

3 participants