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 c23a8b8 chore(deps): bump kafka.version from 4.1.1 to 4.2.0 (#659)
c23a8b8 is described below
commit c23a8b8043f4d4d445f01d8dfc0f69955ef33b6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 20 09:59:17 2026 +0200
chore(deps): bump kafka.version from 4.1.1 to 4.2.0 (#659)
Bumps `kafka.version` from 4.1.1 to 4.2.0.
Updates `org.apache.kafka:kafka-clients` from 4.1.1 to 4.2.0
Updates `org.apache.kafka:connect-api` from 4.1.1 to 4.2.0
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:connect-api
dependency-version: 4.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 e3ba027..e3d9259 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>4.1.1</kafka.version>
+ <kafka.version>4.2.0</kafka.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
</properties>