From 8578f373a0d679774364b010efd97439c303185c Mon Sep 17 00:00:00 2001 From: "Sverre H. Huseby" Date: Wed, 30 Oct 2024 07:04:09 +0100 Subject: [PATCH] fix: upgrade Kafka to 3.8.1 (#135) --- .github/workflows/bin/deploy-multi.sh | 2 +- README.md | 1 + pom.xml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bin/deploy-multi.sh b/.github/workflows/bin/deploy-multi.sh index 5d5dfb9..3829b0a 100755 --- a/.github/workflows/bin/deploy-multi.sh +++ b/.github/workflows/bin/deploy-multi.sh @@ -6,7 +6,7 @@ then exit 1 fi -KAFKA_VERSIONS="3.5.1 3.6.0 3.6.1 3.7.0 3.7.1 3.8.0" +KAFKA_VERSIONS="3.5.1 3.6.0 3.6.1 3.7.0 3.7.1 3.8.0 3.8.1" CURRENT_VERSION="$(grep '' pom.xml | head -1 | sed -re 's/[[:space:]]*(.*)<\/version>[[:space:]]*/\1/')" cp pom.xml pom.xml.old diff --git a/README.md b/README.md index de13df8..056cc69 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ match. The following Kafka versions are supported at the moment: +* 3.8.1 * 3.8.0 * 3.7.1 * 3.7.0 diff --git a/pom.xml b/pom.xml index 79089f2..43b869d 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ UTF-8 - 3.8.0 + 3.8.1