Skip to content

Commit

Permalink
Issue #97: Increases Apache Kafka dependency to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mguenther committed Oct 11, 2023
1 parent e4b3606 commit 7099ff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class KafkaTest {

| Version of Kafka for JUnit | Supports (up to) |
|----------------------------|--------------------|
| 3.5.0 | Apache Kafka 3.5.1 |
| 3.4.0 | Apache Kafka 3.4.0 |
| 3.3.0 | Apache Kafka 3.3.1 |
| 3.2.2 | Apache Kafka 3.2.3 |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependencies -->
<kafka.version>3.5.0</kafka.version>
<kafka.version>3.5.1</kafka.version>
<slf4j.version>1.7.36</slf4j.version>
<lombok.version>1.18.22</lombok.version>
<curator.version>5.1.0</curator.version>
Expand Down
3 changes: 3 additions & 0 deletions src/main/asciidoc/chapters/introduction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ class KafkaTest {
|===
| Version of Kafka for JUnit | Supports

| 3.5.0
| Apache Kafka 3.5.1

| 3.4.0
| Apache Kafka 3.4.0

Expand Down

0 comments on commit 7099ff4

Please sign in to comment.