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 - terra-common-lib to 1.1.24-SNAPSHOT - terra-cloud-resource-lib to 1.2.33-SNAPSHOT - grpc-core to 1.68.2 #1605

Closed
wants to merge 5 commits into from

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Dec 9, 2024

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
automation/project/build.properties
codegen_java/project/build.properties
docker/build.sh
docker/build_jar.sh
project/build.properties
⚙ 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 = "io.grpc", artifactId = "grpc-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 = "terra-cloud-resource-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "bio.terra", artifactId = "terra-common-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "io.grpc", artifactId = "grpc-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, early-semver-patch, semver-spec-patch, version-scheme:early-semver, old-version-remains, commit-count:n:4

@broadbot broadbot requested a review from a team as a code owner December 9, 2024 12:11
@samanehsan
Copy link
Contributor

The swatomation tests fail so I un-approve the PR 🚫

@davidangb davidangb mentioned this pull request Dec 9, 2024
2 tasks
Copy link

sonarqubecloud bot commented Dec 9, 2024

@davidangb davidangb changed the title CORE-69: Minor and patch updates - terra-common-lib to 1.1.24-SNAPSHOT - terra-cloud-resource-lib to 1.2.33-SNAPSHOT - sbt, sbt-dependency-tree, scripted-plugin to 1.10.6 - grpc-core to 1.68.2 CORE-69: Minor and patch updates - terra-common-lib to 1.1.24-SNAPSHOT - terra-cloud-resource-lib to 1.2.33-SNAPSHOT - grpc-core to 1.68.2 Dec 9, 2024
@davidangb
Copy link
Contributor

superseded by #1607

@davidangb davidangb closed this Dec 10, 2024
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