Skip to content

Commit

Permalink
fix kafka version until Strimzi is released (kroxylicious#1390)
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Vila <[email protected]>
  • Loading branch information
franvila authored Jul 30, 2024
1 parent 3c17246 commit b368d5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kroxylicious-systemtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
using Strimzi, to simulate a real scenario for end-to-end testing treating Kroxylicious as a black box.
</description>

<properties>
<!-- remove it when Strimzi new version is released -->
<kafka.version>3.7.1</kafka.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit b368d5e

Please sign in to comment.