Merge branch 'release/1.5.1'

master 1.5.1
bvn13 2022-06-28 15:37:38 +03:00
commit 15057c321b
2 changed files with 6 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Add the following dependency to your `pom.xml`
<dependency>
<groupId>me.bvn13.kafka.health</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
```

View File

@ -6,7 +6,7 @@
<groupId>me.bvn13.kafka.health</groupId>
<artifactId>kafka-health-check</artifactId>
<version>1.4.2</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<name>Kafka Health Check</name>
@ -229,6 +229,10 @@
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<pluginRepositories>