Update version in example in readme

This commit is contained in:
Emanuel Zienecker 2021-04-21 11:12:51 +02:00
parent b18cde3180
commit 222cf3842e

View File

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