alpakka-kafka icon indicating copy to clipboard operation
alpakka-kafka copied to clipboard

bump: kafka-avro-serializer 7.2.1 (was 7.0.5)

Open scala-steward opened this issue 3 years ago • 1 comments

Updates io.confluent:kafka-avro-serializer from 7.0.5 to 7.2.1. 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 = "io.confluent", artifactId = "kafka-avro-serializer" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "@monthly" },
  dependency = { groupId = "io.confluent", artifactId = "kafka-avro-serializer" }
}]

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

scala-steward avatar Sep 07 '22 12:09 scala-steward

Hi @scala-steward,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla/akka

lightbend-cla-validator avatar Sep 07 '22 12:09 lightbend-cla-validator