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 - protobuf-java to 4.29.1 #359

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Dec 5, 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.

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 = "com.google.protobuf", artifactId = "protobuf-java" },
  { 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 = "com.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    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:1

@broadbot broadbot requested a review from a team as a code owner December 5, 2024 12:02
@broadbot broadbot requested review from samanehsan and marctalbott and removed request for a team December 5, 2024 12:02
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.71%. Comparing base (5897204) to head (92664dc).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #359   +/-   ##
========================================
  Coverage    59.71%   59.71%           
========================================
  Files           18       18           
  Lines          638      638           
  Branches        66       66           
========================================
  Hits           381      381           
  Misses         257      257           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marctalbott marctalbott changed the title CORE-69: Minor and patch updates - sbt, sbt-dependency-tree, scripted-plugin to 1.10.6 - protobuf-java to 4.29.1 CORE-69: Minor and patch updates - protobuf-java to 4.29.1 Dec 5, 2024
Copy link
Contributor

@marctalbott marctalbott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only updates protobuf, not sure why it included the sbt update in the title and description

@samanehsan samanehsan merged commit 164d540 into develop Dec 9, 2024
9 checks passed
@samanehsan samanehsan deleted the update/minor_patch branch December 9, 2024 15:22
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