Version 3.6.0 of Kafka for JUnit has been released. It increases all Kafka dependencies to 3.6.1.
Changelog
See the changelog on GitHub.
Bugfixes
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>3.6.0</version>
</dependency>
Gradle
compile 'net.mguenther.kafka:kafka-junit:3.6.0'