diff --git a/testing-modules/spring-testing/pom.xml b/testing-modules/spring-testing/pom.xml
index 665ac305a0..a201d3c126 100644
--- a/testing-modules/spring-testing/pom.xml
+++ b/testing-modules/spring-testing/pom.xml
@@ -8,13 +8,14 @@
0.1-SNAPSHOT
spring-testing
+
+ com.baeldung
+ parent-boot-3
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-3
+
+
-
- ch.qos.logback
- logback-classic
- 1.5.0
- test
-
org.hamcrest
java-hamcrest
@@ -29,7 +30,6 @@
org.springframework.boot
spring-boot-starter
- 3.2.2
org.springframework.boot
@@ -40,53 +40,43 @@
org.springframework.boot
spring-boot
- 3.2.2
org.springframework.data
spring-data-jpa
- 3.2.2
org.springframework.data
spring-data-commons
- 3.2.2
org.springframework
spring-beans
- ${spring.version}
org.springframework
spring-core
- ${spring.version}
compile
org.springframework
spring-context
- ${spring.version}
org.springframework
spring-expression
- ${spring.version}
org.springframework
spring-test
- ${spring.version}
org.springframework
spring-web
- ${spring.version}
org.springframework
spring-webmvc
- ${spring.version}
org.eclipse.persistence
@@ -102,14 +92,12 @@
jakarta.servlet
jakarta.servlet-api
- 6.0.0
org.springframework.boot
spring-boot-starter-test
test
- 3.2.2
org.springframework.boot
@@ -120,13 +108,13 @@
org.junit.jupiter
junit-jupiter
- 5.9.2
+ ${junit-jupiter.version}
test
org.junit.vintage
junit-vintage-engine
- 5.9.2
+ ${junit-jupiter.version}
test
@@ -157,6 +145,9 @@
3.1.6
6.1.3
2.1.1
+ true
+ 3.2.2
+ 5.10.2
\ No newline at end of file