diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml
index 8dbb50f672..5f181bf788 100644
--- a/samples/spring-boot-3-web/pom.xml
+++ b/samples/spring-boot-3-web/pom.xml
@@ -35,9 +35,9 @@
samples.spring.boot3.web
- 3.1.5
+ 3.2.3
- 6.0.13
+ 6.1.5
@@ -95,6 +95,20 @@
${spring-boot3.version}
pom
import
+
+
+ org.junit.jupiter
+ *
+
+
+ org.junit.platform
+ *
+
+
+ org.junit.vintage
+ *
+
+
org.apache.shiro
diff --git a/samples/spring-boot-web/pom.xml b/samples/spring-boot-web/pom.xml
index 6637ea65b2..75af1c67b8 100644
--- a/samples/spring-boot-web/pom.xml
+++ b/samples/spring-boot-web/pom.xml
@@ -82,6 +82,20 @@
${spring-boot.version}
pom
import
+
+
+ org.junit.jupiter
+ *
+
+
+ org.junit.platform
+ *
+
+
+ org.junit.vintage
+ *
+
+
diff --git a/samples/spring-boot/pom.xml b/samples/spring-boot/pom.xml
index 3a77f73fa8..9439730af0 100644
--- a/samples/spring-boot/pom.xml
+++ b/samples/spring-boot/pom.xml
@@ -77,6 +77,20 @@
${spring-boot.version}
pom
import
+
+
+ org.junit.jupiter
+ *
+
+
+ org.junit.platform
+ *
+
+
+ org.junit.vintage
+ *
+
+
diff --git a/support/spring-boot/pom.xml b/support/spring-boot/pom.xml
index af2ee6dc5e..8e946e6b8e 100644
--- a/support/spring-boot/pom.xml
+++ b/support/spring-boot/pom.xml
@@ -44,6 +44,20 @@
${spring-boot.version}
pom
import
+
+
+ org.junit.jupiter
+ *
+
+
+ org.junit.platform
+ *
+
+
+ org.junit.vintage
+ *
+
+