diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index bd2fdbc8..1f0bbbbf 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -12,8 +12,9 @@ jobs:
version:
- '3.1.12'
- '3.2.12-SNAPSHOT'
- - '3.3.5'
- - '3.3.6-SNAPSHOT'
+ - '3.3.7-SNAPSHOT'
+ - '3.4.0-RC1'
+ - '3.4.0-SNAPSHOT'
name: Build against Boot ${{ matrix.version }}
runs-on: ubuntu-latest
diff --git a/pom.xml b/pom.xml
index 9dc722b9..a410f590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
2023.1.7
UTF-8
UTF-8
- 6.1.14
- 3.2.11
+ 6.1.15
+ 3.2.12
3.0.5
diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml
index bce8a41f..2b2aea50 100644
--- a/spring-modulith-examples/pom.xml
+++ b/spring-modulith-examples/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.2.11
+ 3.2.12