twitter / chill

Scala extensions for the Kryo serialization library
https://twitter.com/scalding
Apache License 2.0
611 stars 156 forks source link

Update protobuf-java to 3.21.12 #728

Closed scala-steward closed 1 year ago

scala-steward commented 1 year ago

Updates com.google.protobuf:protobuf-java from 3.21.9 to 3.21.12. GitHub Release Notes - Version Diff

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. 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 this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.google.protobuf", artifactId = "protobuf-java" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "@monthly" }, dependency = { groupId = "com.google.protobuf", artifactId = "protobuf-java" } }] ```

labels: library-update, early-semver-patch, semver-spec-patch, commit-count:1

codecov-commenter commented 1 year ago

Codecov Report

Base: 91.69% // Head: 91.85% // Increases project coverage by +0.16% :tada:

Coverage data is based on head (2c38a14) compared to base (370e407). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #728 +/- ## =========================================== + Coverage 91.69% 91.85% +0.16% =========================================== Files 42 46 +4 Lines 1396 1425 +29 Branches 28 28 =========================================== + Hits 1280 1309 +29 Misses 116 116 ``` | [Impacted Files](https://codecov.io/gh/twitter/chill/pull/728?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter) | Coverage Δ | | |---|---|---| | [...12-/com/twitter/chill/WrappedArraySerializer.scala](https://codecov.io/gh/twitter/chill/pull/728/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter#diff-Y2hpbGwtc2NhbGEvc3JjL21haW4vc2NhbGEtMi4xMi0vY29tL3R3aXR0ZXIvY2hpbGwvV3JhcHBlZEFycmF5U2VyaWFsaXplci5zY2FsYQ==) | `100.00% <0.00%> (ø)` | | | [...2-/com/twitter/chill/AllScalaRegistrarCompat.scala](https://codecov.io/gh/twitter/chill/pull/728/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter#diff-Y2hpbGwtc2NhbGEvc3JjL21haW4vc2NhbGEtMi4xMi0vY29tL3R3aXR0ZXIvY2hpbGwvQWxsU2NhbGFSZWdpc3RyYXJDb21wYXQuc2NhbGE=) | `100.00% <0.00%> (ø)` | | | [...scala-2.12-/com/twitter/chill/RichKryoCompat.scala](https://codecov.io/gh/twitter/chill/pull/728/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter#diff-Y2hpbGwtc2NhbGEvc3JjL21haW4vc2NhbGEtMi4xMi0vY29tL3R3aXR0ZXIvY2hpbGwvUmljaEtyeW9Db21wYXQuc2NhbGE=) | `100.00% <0.00%> (ø)` | | | [...in/scala-2.12-/com/twitter/chill/Traversable.scala](https://codecov.io/gh/twitter/chill/pull/728/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter#diff-Y2hpbGwtc2NhbGEvc3JjL21haW4vc2NhbGEtMi4xMi0vY29tL3R3aXR0ZXIvY2hpbGwvVHJhdmVyc2FibGUuc2NhbGE=) | `100.00% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=twitter)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.