Skip to content

Commit

Permalink
Bump kafka.version from 3.7.1 to 3.8.0 (kroxylicious#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent fcb0b1f commit ea42f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Please enumerate all user-facing changes using format `<githib issue/pr number>:
## 1.0.0

## SNAPSHOT

* [#365](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/365): Bump kafka.version from 3.7.1 to 3.8.0

## 0.9.0

* [#355](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/355): Changes for Kafka 3.8.0 compatibility
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.11.0</junit.version>
<kafka.version>3.7.1</kafka.version>
<kafka.version>3.8.0</kafka.version>
<testcontainers.version>1.20.1</testcontainers.version>
<lombok.version>1.18.34</lombok.version>
<assertj-core.version>3.26.3</assertj-core.version>
Expand Down

0 comments on commit ea42f92

Please sign in to comment.