diff --git a/build.gradle b/build.gradle
index e7540a9f5..f3da79125 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'checkstyle'
- id 'org.springframework.boot' version '4.0.0'
+ id 'org.springframework.boot' version '4.0.1'
id 'io.spring.dependency-management' version '1.1.7'
id 'org.graalvm.buildtools.native' version '0.11.1'
id 'org.cyclonedx.bom' version '3.0.2'
diff --git a/pom.xml b/pom.xml
index ae930ae5c..fb38cc3db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 4.0.0
+ 4.0.1
org.springframework.samples
spring-petclinic