Skip to content

Commit 0b26295

Browse files
committed
extend version dimenston of isKafkaPostVersion41 to test 4.1.1 too
Signed-off-by: Keith Wall <[email protected]>
1 parent ae86c9f commit 0b26295

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Please enumerate all user-facing changes using format `<githib issue/pr number>: <short description>`, with changes ordered in reverse chronological order.
44

55
## SNAPSHOT
6+
7+
* [#550](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/550): Bump kafka.version from 4.1.0 to 4.1.1
8+
69
## 0.13.0
710

811
* [#544](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/544): Replace Keytool certificate generator by netty certificate builder

impl/src/test/java/io/kroxylicious/testing/kafka/common/KafkaClusterConfigTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ public static Stream<Arguments> versions() {
434434
Arguments.of("3.9.1", false),
435435
Arguments.of("4.0.0", false),
436436
Arguments.of("4.1.0", true),
437-
Arguments.of("4.1.0-rc1", true),
438-
Arguments.of("4.1.0-SNAPSHOT", true),
437+
Arguments.of("4.1.1", true),
439438
Arguments.of("latest", true));
440439
}
441440

0 commit comments

Comments
 (0)