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 - logback-classic to 1.5.16 - protobuf-java to 4.29.3 #364

Merged
merged 3 commits into from
Jan 10, 2025

Conversation

broadbot
Copy link
Contributor

@broadbot broadbot commented Jan 9, 2025

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!

βš™ Adjust future updates

Add these to your .scala-steward.conf file to ignore future updates of these dependencies:

updates.ignore = [
  { groupId = "ch.qos.logback", artifactId = "logback-classic" },
  { groupId = "com.google.protobuf", artifactId = "protobuf-java" },
  { groupId = "commons-codec", artifactId = "commons-codec" }
]

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

dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "ch.qos.logback", artifactId = "logback-classic" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "commons-codec", artifactId = "commons-codec" }
  }
]
labels: Scala_Steward, library-update, early-semver-patch, semver-spec-patch, commit-count:n:3

@broadbot broadbot requested a review from a team as a code owner January 9, 2025 12:02
@broadbot broadbot requested review from kevinpalis and marctalbott and removed request for a team January 9, 2025 12:02
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 57.12%. Comparing base (fbb3c1e) to head (470efc9).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #364   +/-   ##
========================================
  Coverage    57.12%   57.12%           
========================================
  Files           18       18           
  Lines          667      667           
  Branches        65       65           
========================================
  Hits           381      381           
  Misses         286      286           

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@marctalbott marctalbott merged commit 93f5125 into develop Jan 10, 2025
9 checks passed
@marctalbott marctalbott deleted the update/minor_patch branch January 10, 2025 16:16
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