This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 02b18b1 Bump org.apache.kafka:kafka-clients (#100) 02b18b1 is described below commit 02b18b12111bacc8f49f95d621732f6777987bd0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jan 10 10:51:01 2025 +0100 Bump org.apache.kafka:kafka-clients (#100) Bumps org.apache.kafka:kafka-clients from 3.5.1 to 3.7.1. --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml b/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml index e8a6a08..58c824a 100644 --- a/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml +++ b/jbang/kafka-apicurio-schema-registry/kafka-producer/pom.xml @@ -23,7 +23,7 @@ <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> - <version>3.5.1</version> + <version>3.7.1</version> </dependency> <dependency> <groupId>org.apache.avro</groupId>