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

Update kafka-avro-serializer to 7.0.14 #174

Merged
merged 2 commits into from
Jun 2, 2024

Conversation

scala-steward-asf[bot]
Copy link
Contributor

@scala-steward-asf scala-steward-asf bot commented Apr 11, 2024

About this PR

πŸ“¦ Updates io.confluent:kafka-avro-serializer from 7.0.13 to 7.0.14

πŸ“œ GitHub Release Notes - Version Diff

Usage

βœ… Please merge!

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 = "30 days" },
  dependency = { groupId = "io.confluent", artifactId = "kafka-avro-serializer" }
}]
labels: test-library-update, early-semver-patch, semver-spec-patch, commit-count:1

@pjfanning
Copy link
Contributor

seems to require that we add commons-codec dependency explicitly

@scala-steward-asf scala-steward-asf bot force-pushed the update/kafka-avro-serializer-7.0.14 branch 2 times, most recently from 8a90fb8 to 7d679e6 Compare April 21, 2024 00:07
@scala-steward-asf scala-steward-asf bot force-pushed the update/kafka-avro-serializer-7.0.14 branch 2 times, most recently from 4460df7 to e8859e5 Compare May 19, 2024 00:07
@scala-steward-asf scala-steward-asf bot force-pushed the update/kafka-avro-serializer-7.0.14 branch from e8859e5 to 19143b0 Compare May 26, 2024 00:07
@scala-steward-asf scala-steward-asf bot force-pushed the update/kafka-avro-serializer-7.0.14 branch from 19143b0 to 658e1ee Compare June 2, 2024 00:07
@raboof
Copy link
Member

raboof commented Jun 2, 2024

test failure was

java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image confluentinc/cp-kafka:7.0.0

re-running

Copy link
Contributor

@pjfanning pjfanning left a comment

Choose a reason for hiding this comment

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

lgtm

@pjfanning pjfanning merged commit eb04e71 into main Jun 2, 2024
14 checks passed
@pjfanning pjfanning deleted the update/kafka-avro-serializer-7.0.14 branch June 2, 2024 15:34
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.

2 participants