Skip to content

Commit

Permalink
Bump Apache Kafka 3.6.1 (kroxylicious#250)
Browse files Browse the repository at this point in the history
* Bump Apache Kafka 3.6.1

Signed-off-by: Keith Wall <kwall@apache.org>

* Update CHANGELOG.md

Signed-off-by: Keith Wall <kwall@apache.org>

---------

Signed-off-by: Keith Wall <kwall@apache.org>
  • Loading branch information
k-wall authored Dec 8, 2023
1 parent cccfacd commit 390e86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Please enumerate all user-facing changes using format `<githib issue/pr number>:

## 0.8.0

* [#250](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/250): Bump Apache Kafka to 3.6.1
* [#248](https://github.com/kroxylicious/kroxylicious-junit5-extension/issues/248): Allow user to bring their own test templating when using KafkaClusterExtension
* [#244](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/244): Bump org.testcontainers:testcontainers-bom from 1.19.2 to 1.19.3

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<skipUTs>${skipTests}</skipUTs>

<junit.version>5.10.1</junit.version>
<kafka.version>3.6.0</kafka.version>
<kafka.version>3.6.1</kafka.version>
<testcontainers.version>1.19.3</testcontainers.version>
<lombok.version>1.18.30</lombok.version>
<assertj-core.version>3.24.2</assertj-core.version>
Expand Down

0 comments on commit 390e86a

Please sign in to comment.