Skip to content

CORE-69: Minor and patch updates - scalafmt-core to 3.10.7 - sentry-logback to 8.37.1 - sbt-scoverage to 2.4.4 - scalatest to 3.2.20 - sbt-gcs-plugin to 1.17.0 - jackson-core to 2.20.2 - swagger-parser-v3 to 2.1.39 - mysql-connector-j to 9.6.0 - sbt and 2 more to 1.12.8 - commons-codec to 1.21.0 - azure-identity to 1.18.2 - google-cloud-nio to 0.128.14 - config to 1.4.6 - sbt-scalafix to 0.14.6 - terra-policy-client to 1.0.43-SNAPSHOT - httpclient5 to 5.5.2 - google-api-client to 2.9.0 - joda-time to 2.14.1 - azure-core-management to 1.19.3 - logback-classic to 1.5.32#3543

Open
broadbot wants to merge 21 commits intodevelopfrom
update/minor_patch

Conversation

@broadbot
Copy link
Copy Markdown
Contributor

@broadbot broadbot commented Jan 1, 2026

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.

Dockerfile
automation/Dockerfile-tests
docker/build.sh
docker/build_jar.sh
local-dev/templates/docker-rsync-local-rawls.sh
.git-blame-ignore-revs
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "bio.terra", artifactId = "terra-policy-client" },
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.azure", artifactId = "azure-core-management" },
  { groupId = "com.azure", artifactId = "azure-identity" },
  { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" },
  { groupId = "com.google.api-client", artifactId = "google-api-client" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.mysql", artifactId = "mysql-connector-j" },
  { groupId = "com.typesafe", artifactId = "config" },
  { groupId = "commons-codec", artifactId = "commons-codec" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser-v3" },
  { groupId = "joda-time", artifactId = "joda-time" },
  { groupId = "org.apache.httpcomponents.client5", artifactId = "httpclient5" },
  { groupId = "org.latestbit", artifactId = "sbt-gcs-plugin" },
  { groupId = "org.scala-sbt", artifactId = "sbt" },
  { groupId = "org.scala-sbt", artifactId = "sbt-dependency-tree" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" },
  { groupId = "org.scalatest", artifactId = "scalatest" },
  { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-policy-client" }
  },
  {
    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 = "com.azure", artifactId = "azure-core-management" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.azure", artifactId = "azure-identity" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.fasterxml.jackson.core", artifactId = "jackson-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.api-client", artifactId = "google-api-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.mysql", artifactId = "mysql-connector-j" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe", artifactId = "config" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.sentry", artifactId = "sentry-logback" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser-v3" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "joda-time", artifactId = "joda-time" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.apache.httpcomponents.client5", artifactId = "httpclient5" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.latestbit", artifactId = "sbt-gcs-plugin" }
  },
  {
    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.scalameta", artifactId = "scalafmt-core" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalatest", artifactId = "scalatest" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scoverage", artifactId = "sbt-scoverage" }
  }
]
labels: Scala_Steward, library-update, sbt-plugin-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, version-scheme:early-semver, old-version-remains, commit-count:n:21

@broadbot broadbot requested a review from a team as a code owner January 1, 2026 12:37
@broadbot broadbot requested review from rjohanek and snf2ye and removed request for a team January 1, 2026 12:37
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jan 1, 2026
@broadbot broadbot force-pushed the update/minor_patch branch from b9be757 to add37fa Compare April 1, 2026 12:40
@broadbot broadbot changed the title CORE-69: Minor and patch updates - sbt-scoverage to 2.4.3 - terra-common-lib to 1.1.68-SNAPSHOT - sbt-gcs-plugin to 1.16.1 - google-cloud-nio to 0.128.9 - httpclient5 to 5.5.2 - logback-classic to 1.5.23 - swagger-parser-v3 to 2.1.37 - sentry-logback to 8.29.0 - scalafmt-core to 3.10.3 - sbt-scalafix to 0.14.5 CORE-69: Minor and patch updates - scalafmt-core to 3.10.7 - sentry-logback to 8.37.1 - sbt-scoverage to 2.4.4 - scalatest to 3.2.20 - sbt-gcs-plugin to 1.17.0 - jackson-core to 2.20.2 - swagger-parser-v3 to 2.1.39 - mysql-connector-j to 9.6.0 - sbt and 2 more to 1.12.8 - commons-codec to 1.21.0 - azure-identity to 1.18.2 - google-cloud-nio to 0.128.14 - config to 1.4.6 - sbt-scalafix to 0.14.6 - terra-policy-client to 1.0.43-SNAPSHOT - httpclient5 to 5.5.2 - google-api-client to 2.9.0 - joda-time to 2.14.1 - azure-core-management to 1.19.3 - logback-classic to 1.5.32 Apr 1, 2026
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.

1 participant