Correct version of library in readme

This commit is contained in:
Emanuel Zienecker 2019-11-07 11:36:47 +01:00
parent c9b9a2d1fd
commit 39466f6b8a

View File

@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`
<dependency> <dependency>
<groupId>com.deviceinsight.kafka</groupId> <groupId>com.deviceinsight.kafka</groupId>
<artifactId>kafka-health-check</artifactId> <artifactId>kafka-health-check</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>1.2.0</version>
</dependency> </dependency>
.... ....