This is an automated email from the ASF dual-hosted git repository. davsclaus 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 9d28790 Bump org.apache.kafka:kafka-clients (#96) 9d28790 is described below commit 9d28790c51e6f24cb26be65d0a79157d89884775 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 13 15:48:06 2024 +0100 Bump org.apache.kafka:kafka-clients (#96) 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-secured-schema-registry/kafka-producer/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jbang/kafka-apicurio-secured-schema-registry/kafka-producer/pom.xml b/jbang/kafka-apicurio-secured-schema-registry/kafka-producer/pom.xml index e8a6a08..58c824a 100644 --- a/jbang/kafka-apicurio-secured-schema-registry/kafka-producer/pom.xml +++ b/jbang/kafka-apicurio-secured-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>