Skip to content

3.6.0

Latest
Compare
Choose a tag to compare
@mguenther mguenther released this 22 Dec 08:50
· 1 commit to releases/3.6.x since this release

Version 3.6.0 of Kafka for JUnit has been released. It increases all Kafka dependencies to 3.6.1.

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'

Changelog: