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 4720a5b chore(deps): bump kafka.version from 4.2.0 to 4.3.0 (#680)
4720a5b is described below
commit 4720a5b11dd95b4f72af6c04f6522fb6a4c958a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 27 09:43:08 2026 +0200
chore(deps): bump kafka.version from 4.2.0 to 4.3.0 (#680)
Bumps `kafka.version` from 4.2.0 to 4.3.0.
Updates `org.apache.kafka:kafka-clients` from 4.2.0 to 4.3.0
Updates `org.apache.kafka:connect-api` from 4.2.0 to 4.3.0
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.kafka:connect-api
dependency-version: 4.3.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 368166d..1890058 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.2.0</kafka.version>
+ <kafka.version>4.3.0</kafka.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
</properties>