This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push: new 04a07c4 chore(deps): bump kafka.version from 3.9.0 to 4.1.0 (#464) 04a07c4 is described below commit 04a07c460f2388b39957c5cded9ea18d170cfe1e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 4 08:26:16 2025 +0200 chore(deps): bump kafka.version from 3.9.0 to 4.1.0 (#464) Bumps `kafka.version` from 3.9.0 to 4.1.0. Updates `org.apache.kafka:kafka-clients` from 3.9.0 to 4.1.0 Updates `org.apache.kafka:connect-api` from 3.9.0 to 4.1.0 --- updated-dependencies: - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.apache.kafka:connect-api dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plc4j/integrations/apache-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml index cb7ef7b..36c9bbd 100644 --- a/plc4j/integrations/apache-kafka/pom.xml +++ b/plc4j/integrations/apache-kafka/pom.xml @@ -33,7 +33,7 @@ <properties> <project.build.outputTimestamp>2025-08-06T15:45:09Z</project.build.outputTimestamp> - <kafka.version>3.9.0</kafka.version> + <kafka.version>4.1.0</kafka.version> <kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version> </properties>