Skip to content

CORE-69: Minor and patch updates - liquibase-core to 4.32.0 - google-api-client to 2.8.0 - azure-identity to 1.16.1 - metrics4-scala to 4.3.4 - google-cloud-nio to 0.127.36 - billing-profile-manager-client to 0.1.619-SNAPSHOT - sentry-logback to 8.13.2 - workspace-manager-client to 0.254.1190-SNAPSHOT - sbt-scalafix to 0.14.3 - slick and 1 more to 3.6.1 - swagger-parser-v3 to 2.1.29 #3331

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 15 commits into from
Jun 4, 2025

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Jun 1, 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.

util/src/test/scala/org/broadinstitute/dsde/rawls/util/RetrySpec.scala
Dockerfile
automation/Dockerfile-tests
docker/build.sh
docker/build_jar.sh
local-dev/templates/docker-rsync-local-rawls.sh
⚙ Adjust future updates

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

updates.ignore = [
  { groupId = "bio.terra", artifactId = "billing-profile-manager-client" },
  { groupId = "bio.terra", artifactId = "workspace-manager-client" },
  { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" },
  { groupId = "com.azure", artifactId = "azure-identity" },
  { groupId = "com.google.api-client", artifactId = "google-api-client" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.typesafe.slick", artifactId = "slick" },
  { groupId = "com.typesafe.slick", artifactId = "slick-hikaricp" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "io.swagger.parser.v3", artifactId = "swagger-parser-v3" },
  { groupId = "nl.grons", artifactId = "metrics4-scala" },
  { 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" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "billing-profile-manager-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "workspace-manager-client" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.epfl.scala", artifactId = "sbt-scalafix" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.azure", artifactId = "azure-identity" }
  },
  {
    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.typesafe.slick", artifactId = "slick" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.typesafe.slick", artifactId = "slick-hikaricp" }
  },
  {
    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 = "nl.grons", artifactId = "metrics4-scala" }
  },
  {
    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" }
  }
]
labels: Scala_Steward, library-update, sbt-plugin-update, test-library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, version-scheme:pvp, version-scheme:early-semver, old-version-remains, commit-count:n:13

@broadbot broadbot requested a review from a team as a code owner June 1, 2025 12:24
@broadbot broadbot requested review from calypsomatic and davidangb and removed request for a team June 1, 2025 12:24
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jun 1, 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; this needs to update scala-sbt docker images properly

@davidangb davidangb changed the title CORE-69: Minor and patch updates - liquibase-core to 4.32.0 - google-api-client to 2.8.0 - azure-identity to 1.16.1 - metrics4-scala to 4.3.4 - google-cloud-nio to 0.127.36 - billing-profile-manager-client to 0.1.619-SNAPSHOT - sentry-logback to 8.13.2 - workspace-manager-client to 0.254.1190-SNAPSHOT - sbt-scalafix to 0.14.3 - sbt and 2 more to 1.11.0 - slick and 1 more to 3.6.1 - swagger-parser-v3 to 2.1.29 CORE-69: Minor and patch updates - liquibase-core to 4.32.0 - google-api-client to 2.8.0 - azure-identity to 1.16.1 - metrics4-scala to 4.3.4 - google-cloud-nio to 0.127.36 - billing-profile-manager-client to 0.1.619-SNAPSHOT - sentry-logback to 8.13.2 - workspace-manager-client to 0.254.1190-SNAPSHOT - sbt-scalafix to 0.14.3 - slick and 1 more to 3.6.1 - swagger-parser-v3 to 2.1.29 Jun 3, 2025
@davidangb davidangb merged commit 4b1c8fa into develop Jun 4, 2025
29 checks passed
@davidangb davidangb deleted the update/minor_patch branch June 4, 2025 13:02
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