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 - google-cloud-nio to 0.127.27 #1602

Merged
merged 1 commit into from
Dec 3, 2024

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.

project/Dependencies.scala
⚙ 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-cloud-resource-lib" },
  { groupId = "bio.terra", artifactId = "terra-common-lib" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-cloud-resource-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-common-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  }
]
labels: Scala_Steward, library-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, old-version-remains, commit-count:1

@broadbot broadbot requested a review from a team as a code owner November 25, 2024 12:21
@marctalbott marctalbott changed the title CORE-69: Minor and patch updates - terra-common-lib to 1.1.24-SNAPSHOT - google-cloud-nio to 0.127.27 - terra-cloud-resource-lib to 1.2.31-SNAPSHOT CORE-69: Minor and patch updates - google-cloud-nio to 0.127.27 Dec 2, 2024
@marctalbott marctalbott merged commit b4df148 into develop Dec 3, 2024
25 checks passed
@marctalbott marctalbott deleted the update/minor_patch branch December 3, 2024 16:23
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