Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 30, 2024
2 parents 14db6f9 + 8578f37 commit 8be98fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bin/deploy-multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<version>' pom.xml | head -1 | sed -re 's/[[:space:]]*<version>(.*)<\/version>[[:space:]]*/\1/')"

cp pom.xml pom.xml.old
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kafka.version>3.8.0</kafka.version>
<kafka.version>3.8.1</kafka.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 8be98fd

Please sign in to comment.