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 - google-cloud-nio to 0.127.29 - scalafmt-core to 3.8.4 - terra-common-lib to 1.1.30-SNAPSHOT - okio to 3.10.2 #1623

Merged
merged 5 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
.scalafmt.conf
⚙ 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-common-lib" },
  { groupId = "com.google.cloud", artifactId = "google-cloud-nio" },
  { groupId = "com.squareup.okio", artifactId = "okio" },
  { groupId = "commons-codec", artifactId = "commons-codec" },
  { 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 = "terra-common-lib" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.cloud", artifactId = "google-cloud-nio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.squareup.okio", artifactId = "okio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.scalameta", artifactId = "scalafmt-core" }
  }
]
labels: Scala_Steward, library-update, test-library-update, early-semver-patch, semver-spec-patch, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:n:4

@broadbot broadbot requested a review from a team as a code owner January 13, 2025 12:12
@broadbot broadbot requested review from dvoet and samanehsan January 13, 2025 12:12
@samanehsan samanehsan merged commit 46eb32e into develop Jan 14, 2025
26 checks passed
@samanehsan samanehsan deleted the update/minor_patch branch January 14, 2025 17:20
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