Version 2.3.0 of Kafka for Junit has been released. It increases all Kafka dependencies to 2.3.0 as well as the Testcontainers for Kafka dependency to 1.12.2.
Changelog
See the changelog on GitHub.
Features
Bugfixes
None.
Get it
You can obtain the binaries from Maven central or include the dependency using the following Maven coordinates in your build.
Maven
<dependency>
<groupId>net.mguenther.kafka</groupId>
<artifactId>kafka-junit</artifactId>
<version>2.3.0</version>
</dependency>
Gradle
compile 'net.mguenther.kafka:kafka-junit:2.3.0'