diff --git a/spring-boot-modules/spring-boot-resilience4j/pom.xml b/spring-boot-modules/spring-boot-resilience4j/pom.xml
index 609bc7fc49..0acb8ad7cb 100644
--- a/spring-boot-modules/spring-boot-resilience4j/pom.xml
+++ b/spring-boot-modules/spring-boot-resilience4j/pom.xml
@@ -30,12 +30,12 @@
io.github.resilience4j
resilience4j-spring-boot2
- 2.0.2
+ ${resilience4j-spring-boot2.version}
com.fasterxml.jackson.datatype
jackson-datatype-jsr310
- 2.14.2
+ 2.15.2
org.springframework.boot
@@ -45,9 +45,14 @@
com.github.tomakehurst
wiremock-jre8
- 2.35.0
+ ${wiremock-jre8.version}
test
+
+ 2.35.0
+ 2.0.2
+
+
\ No newline at end of file