diff --git a/README.adoc b/README.adoc
index 56688cc..88ec150 100644
--- a/README.adoc
+++ b/README.adoc
@@ -19,7 +19,7 @@ include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/
[[scratch]]
== Starting with Spring Initializr
-You can use this https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.1.0&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=accessing-data-jpa&name=accessing-data-jpa&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.accessing-data-jpa&dependencies=data-jpa,h2[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
+You can use this https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.1.5&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=accessing-data-jpa&name=accessing-data-jpa&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.accessing-data-jpa&dependencies=data-jpa,h2[pre-initialized project] and click Generate to download a ZIP file. This project is configured to fit the examples in this tutorial.
To manually initialize the project:
diff --git a/complete/build.gradle b/complete/build.gradle
index 6d2e3bf..7e40c83 100644
--- a/complete/build.gradle
+++ b/complete/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'org.springframework.boot' version '3.1.0'
- id 'io.spring.dependency-management' version '1.1.0'
+ id 'org.springframework.boot' version '3.1.5'
+ id 'io.spring.dependency-management' version '1.1.3'
id 'java'
}
diff --git a/complete/pom.xml b/complete/pom.xml
index 58239c4..f1b0540 100644
--- a/complete/pom.xml
+++ b/complete/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.0
+ 3.1.5
com.example
diff --git a/initial/build.gradle b/initial/build.gradle
index 6d2e3bf..7e40c83 100644
--- a/initial/build.gradle
+++ b/initial/build.gradle
@@ -1,6 +1,6 @@
plugins {
- id 'org.springframework.boot' version '3.1.0'
- id 'io.spring.dependency-management' version '1.1.0'
+ id 'org.springframework.boot' version '3.1.5'
+ id 'io.spring.dependency-management' version '1.1.3'
id 'java'
}
diff --git a/initial/pom.xml b/initial/pom.xml
index 6faf4b0..9ec20fe 100644
--- a/initial/pom.xml
+++ b/initial/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.0
+ 3.1.5
com.example