diff --git a/README.md b/README.md index dfe0a83..39c5a1d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.0") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.4.1") } } @@ -51,7 +51,7 @@ may be an appropriate choice. org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 diff --git a/gradle.properties b/gradle.properties index 4b06e8c..73208ab 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -springBootVersion=3.4.0 +springBootVersion=3.4.1 springDataBomVersion=2024.1.1