This is an automated email from the ASF dual-hosted git repository.
wernerdv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 210b5be7 IGNITE-28663 Update kafka version to 3.9.2 (#349)
210b5be7 is described below
commit 210b5be7b1a69e96f97e57227ac523dfd06ee863
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Tue Jul 28 13:16:43 2026 +0300
IGNITE-28663 Update kafka version to 3.9.2 (#349)
---
modules/kafka-ext/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/kafka-ext/pom.xml b/modules/kafka-ext/pom.xml
index 7843ff57..f5c14d62 100644
--- a/modules/kafka-ext/pom.xml
+++ b/modules/kafka-ext/pom.xml
@@ -32,7 +32,7 @@
</parent>
<properties>
- <kafka.version>3.9.1</kafka.version>
+ <kafka.version>3.9.2</kafka.version>
</properties>
<artifactId>ignite-kafka-ext</artifactId>