diff --git a/spring-4/pom.xml b/spring-4/pom.xml
index 21de925d99..41f55ea13b 100644
--- a/spring-4/pom.xml
+++ b/spring-4/pom.xml
@@ -39,6 +39,7 @@
com.zaxxer
HikariCP
+ ${hikaricp.version}
org.springframework.boot
@@ -113,6 +114,7 @@
1.0.1
3.6
2.4.0
+ 4.0.3
\ No newline at end of file
diff --git a/spring-5/pom.xml b/spring-5/pom.xml
index 5ebeb4dadf..2284177dc0 100644
--- a/spring-5/pom.xml
+++ b/spring-5/pom.xml
@@ -96,6 +96,11 @@
spring-restdocs-restassured
test
+
+ com.zaxxer
+ HikariCP
+ ${hikaricp.version}
+
@@ -139,6 +144,7 @@
1.5.6
4.1
${project.build.directory}/generated-snippets
+ 4.0.3
\ No newline at end of file