Skip to content

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Feb 24, 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
jenkins/ittests.sh
local-dev/templates/docker-rsync-local-orch.sh
script/build.sh
script/build_jar.sh
⚙ 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.fasterxml.jackson.core", artifactId = "jackson-annotations" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { 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" },
  { groupId = "org.springframework", artifactId = "spring-web" }
]

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.fasterxml.jackson.core", artifactId = "jackson-annotations" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-databind" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    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" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.springframework", artifactId = "spring-web" }
  }
]
labels: library-update, test-library-update, sbt-plugin-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:8

@broadbot broadbot requested a review from a team as a code owner February 24, 2025 12:11
@broadbot broadbot requested review from dvoet and samanehsan and removed request for a team February 24, 2025 12:11
@github-actions github-actions bot added the Scala_Steward Scala Steward label Feb 24, 2025
@broadbot broadbot force-pushed the update/minor_patch branch from 74d6d66 to 67c390b Compare March 17, 2025 12:01
@broadbot broadbot changed the title CORE-69: Minor and patch updates - sbt-scoverage to 2.3.1 - scalafmt-core to 3.9.1 - google-cloud-nio to 0.127.31 - spring-web to 6.2.3 - sentry-logback to 8.2.0 CORE-69: Minor and patch updates - jackson-annotations and 2 more to 2.18.3 - logback-classic to 1.5.17 - sentry-logback to 8.4.0 - google-cloud-nio to 0.127.33 - spring-web to 6.2.4 - sbt-scoverage to 2.3.1 - sbt and 2 more to 1.10.11 Mar 17, 2025
Copy link
Contributor

@davidangb davidangb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not merge - the sbt upgrades require docker image updates

@davidangb davidangb changed the title CORE-69: Minor and patch updates - jackson-annotations and 2 more to 2.18.3 - logback-classic to 1.5.17 - sentry-logback to 8.4.0 - google-cloud-nio to 0.127.33 - spring-web to 6.2.4 - sbt-scoverage to 2.3.1 - sbt and 2 more to 1.10.11 CORE-69: Minor and patch updates - jackson-annotations and 2 more to 2.18.3 - logback-classic to 1.5.17 - sentry-logback to 8.4.0 - google-cloud-nio to 0.127.33 - spring-web to 6.2.4 - sbt-scoverage to 2.3.1 Mar 20, 2025
@davidangb davidangb merged commit 9dca52c into develop Mar 20, 2025
13 checks passed
@davidangb davidangb deleted the update/minor_patch branch March 20, 2025 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scala_Steward Scala Steward

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants