diff --git a/common/common-model/pom.xml b/common/common-model/pom.xml
index 01b3109..ba99c1b 100644
--- a/common/common-model/pom.xml
+++ b/common/common-model/pom.xml
@@ -30,6 +30,11 @@
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
org.junit.jupiter
junit-jupiter
diff --git a/pom.xml b/pom.xml
index 6ccda8d..47277a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
2.1.0
2.3.0
3.14.0
- 5.10.1
+ 5.9.3
@@ -118,6 +118,7 @@
org.springframework.boot
spring-boot-starter-test
+ ${spring-boot.version}
test
@@ -125,11 +126,13 @@
org.junit.jupiter
junit-jupiter-api
+ ${junit-jupiter.version}
test
org.junit.jupiter
junit-jupiter-engine
+ ${junit-jupiter.version}
test
@@ -195,14 +198,6 @@
provided
-
-
- org.springframework.boot
- spring-boot-starter-test
- ${spring-boot.version}
- test
-
-
org.junit.jupiter
@@ -278,18 +273,11 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.5
+ 3.3.1
- true
--enable-preview
+ false
-
-
- org.junit.jupiter
- junit-jupiter-engine
- ${junit-jupiter.version}
-
-