Skip to content

Commit

Permalink
chore(deps): update Kafka to 3.6.1 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Dec 5, 2023
1 parent 89d1ee1 commit 3532e20
Show file tree
Hide file tree
Showing 2 changed files with 2 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"
KAFKA_VERSIONS="3.5.1 3.6.0 3.6.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
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.6.0</kafka.version>
<kafka.version>3.6.1</kafka.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3532e20

Please sign in to comment.