Skip to content
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

CORE-69: Minor and patch updates - commons-codec to 1.17.2 - azure-identity to 1.15.0 - billing-profile-manager-client to 0.1.598-SNAPSHOT - sentry-logback to 7.20.0 - workspace-manager-client to 0.254.1170-SNAPSHOT - google-cloud-nio to 0.127.29 - jersey-jnh-connector to 3.1.10 - scalafmt-core to 3.8.4 #3164

Merged
merged 11 commits into from
Jan 14, 2025

Conversation

broadbot
Copy link
Contributor

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.

.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 = "billing-profile-manager-client" },
  { groupId = "bio.terra", artifactId = "workspace-manager-client" },
  { groupId = "com.azure", artifactId = "azure-identity" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "commons-codec", artifactId = "commons-codec" },
  { groupId = "io.sentry", artifactId = "sentry-logback" },
  { groupId = "org.glassfish.jersey.connectors", artifactId = "jersey-jnh-connector" },
  { groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

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 = "com.azure", artifactId = "azure-identity" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    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 = "org.glassfish.jersey.connectors", artifactId = "jersey-jnh-connector" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: Scala_Steward, library-update, test-library-update, early-semver-minor, semver-spec-patch, semver-spec-minor, early-semver-patch, old-version-remains, commit-count:n:10

@broadbot broadbot requested a review from a team as a code owner January 13, 2025 12:14
@broadbot broadbot requested review from dvoet and marctalbott and removed request for a team January 13, 2025 12:14
@github-actions github-actions bot added the Scala_Steward Scala Steward label Jan 13, 2025
@dvoet dvoet merged commit 693ce36 into develop Jan 14, 2025
29 checks passed
@dvoet dvoet deleted the update/minor_patch branch January 14, 2025 14:03
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