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 a35eaf3 chore(deps): bump kafka.version from 4.1.0 to 4.1.1 (#537)
a35eaf3 is described below
commit a35eaf3df5a60cbed9ba209b0f5a063135e1e831
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 11:15:51 2025 +0100
chore(deps): bump kafka.version from 4.1.0 to 4.1.1 (#537)
Bumps `kafka.version` from 4.1.0 to 4.1.1.
Updates `org.apache.kafka:kafka-clients` from 4.1.0 to 4.1.1
Updates `org.apache.kafka:connect-api` from 4.1.0 to 4.1.1
---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka-clients
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.kafka:connect-api
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 c6bdb2f..dbd8544 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.0</kafka.version>
+ <kafka.version>4.1.1</kafka.version>
<kafka.connect.maven.plugin.version>0.12.0</kafka.connect.maven.plugin.version>
</properties>