diff --git a/spring-boot-test/src/it/autoconfiguration/pom.xml b/spring-boot-test/src/it/autoconfiguration/pom.xml
index c278544..2713e7f 100644
--- a/spring-boot-test/src/it/autoconfiguration/pom.xml
+++ b/spring-boot-test/src/it/autoconfiguration/pom.xml
@@ -20,7 +20,7 @@
commons-exec
org.apache.commons
- 1.3
+ 1.4.0
spring-boot-starter-web
@@ -40,7 +40,7 @@
spring-boot-starter-parent
org.springframework.boot
- 3.2.1
+ 3.2.2
17
diff --git a/spring-boot-test/src/it/manual-configuration/pom.xml b/spring-boot-test/src/it/manual-configuration/pom.xml
index e0e9257..9e26b03 100644
--- a/spring-boot-test/src/it/manual-configuration/pom.xml
+++ b/spring-boot-test/src/it/manual-configuration/pom.xml
@@ -20,7 +20,7 @@
commons-exec
org.apache.commons
- 1.3
+ 1.4.0
spring-boot-starter-web
@@ -40,7 +40,7 @@
spring-boot-starter-parent
org.springframework.boot
- 3.2.1
+ 3.2.2
17