diff --git a/pom.xml b/pom.xml
index 1a07e164cb..84262f59df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,8 +213,7 @@
9.0.16
- 2.4.13
- 2.6.1
+ 2.7.14
0.21.5.RELEASE
diff --git a/testsuite/integration-arquillian/HOW-TO-RUN.md b/testsuite/integration-arquillian/HOW-TO-RUN.md
index 958e35c915..34ec5aa170 100644
--- a/testsuite/integration-arquillian/HOW-TO-RUN.md
+++ b/testsuite/integration-arquillian/HOW-TO-RUN.md
@@ -343,14 +343,14 @@ that you need to use property `migration.mode` with the value `manual` .
## Spring Boot adapter tests
Currently, we are testing Spring Boot with three different containers `Tomcat 8`, `Undertow` and `Jetty 9.4`.
-We are testing various versions of Spring Boot 2.x. All versions are specified in [root pom.xml](../../pom.xml) (i.e. see properties `spring-boot24.version` and `spring-boot26.version`).
-To run tests execute following command. Default version of Spring Boot is 2.4.x, to run tests with version 2.6.x add profile `-Pspringboot26`.
+We are testing with Spring Boot 2.7. The version is specified in [root pom.xml](../../pom.xml) (i.e. see property `spring-boot27.version`).
+To run tests execute following command. Default version of Spring Boot is 2.7.x, there is also a profile `-Pspringboot27`.
```
mvn -f testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml \
clean test \
-Dadapter.container=[tomcat|undertow|jetty94] \
- [-Pspringboot26]
+ [-Pspringboot27]
```
## Base UI tests
diff --git a/testsuite/integration-arquillian/test-apps/spring-boot-adapter-app/pom.xml b/testsuite/integration-arquillian/test-apps/spring-boot-adapter-app/pom.xml
index fa6b07021c..93a6711196 100644
--- a/testsuite/integration-arquillian/test-apps/spring-boot-adapter-app/pom.xml
+++ b/testsuite/integration-arquillian/test-apps/spring-boot-adapter-app/pom.xml
@@ -18,7 +18,7 @@
${jetty94.version}
${undertow-legacy.version}
- 2.4
+ 2.7
false
keycloak-tomcat-adapter
@@ -67,33 +67,18 @@
- spring.boot.2.4
+ spring.boot.2.7
true
springboot-version
- 2.4
+ 2.7
- ${spring-boot24.version}
-
-
-
-
- spring.boot.2.6
-
-
-
- springboot-version
- 2.6
-
-
-
-
- ${spring-boot26.version}
+ ${spring-boot27.version}
@@ -192,7 +177,7 @@
org.springframework.boot
spring-boot-starter-parent
- ${spring-boot26.version}
+ ${spring-boot27.version}
pom
import
diff --git a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml
index a38950170e..cd3ea630c6 100644
--- a/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/springboot-tests/pom.xml
@@ -15,7 +15,7 @@
tomcat
- 2.4
+ 2.7
${project.version}
5006
@@ -226,16 +226,9 @@
- springboot24
+ springboot27
- 2.4
-
-
-
-
- springboot26
-
- 2.6
+ 2.7