diff --git a/changelog.adoc b/changelog.adoc
index ee14ad1..37b7816 100644
--- a/changelog.adoc
+++ b/changelog.adoc
@@ -5,6 +5,8 @@
* Health check timeouts can now be configured in `java.time.Duration` format. The timeouts can still be configured using
millisecond values (`long`) as well to stay compatible with old configurations.
+* Dependency versions are now managed by `spring-boot-dependencies`.
+ (https://github.com/deviceinsight/kafka-health-check/issues/17[ISSUE-17])
== Version 1.2.0
diff --git a/pom.xml b/pom.xml
index d07e54c..e37261c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,6 +13,13 @@
A kafka health check for spring boot actuator
https://github.com/deviceinsight/kafka-health-check
+
+ org.springframework.boot
+ spring-boot-dependencies
+ 2.3.8.RELEASE
+
+
+
1.8
@@ -23,69 +30,52 @@
UTF-8
- 2.1.10.RELEASE
- 2.2.4.RELEASE
- 2.7.0
- 3.1.6
- 5.4.2
- 3.11.1
- 28.1-jre
+ 30.1-jre
- 3.0.1
- 2.22.2
1.6.8
1.6
- 3.1.0
- 1.12.0
+ 1.15.1
org.springframework.boot
spring-boot-starter-actuator
- ${spring-boot.version}
provided
org.springframework.kafka
spring-kafka
- ${spring.kafka.version}
provided
com.github.ben-manes.caffeine
caffeine
- ${caffeine.version}
org.junit.jupiter
junit-jupiter
- ${junit.jupiter.version}
test
org.assertj
assertj-core
- ${assertj-core.version}
test
org.springframework.boot
spring-boot-test
- ${spring-boot.version}
test
org.springframework.kafka
spring-kafka-test
- ${spring.kafka.version}
test
org.awaitility
awaitility
- ${awaitility.version}
test
@@ -176,7 +166,6 @@
org.apache.maven.plugins
maven-source-plugin
- ${maven-source-plugin.version}
attach-sources
@@ -190,7 +179,6 @@
org.apache.maven.plugins
maven-javadoc-plugin
- ${maven-javadoc-plugin.version}
attach-javadocs