Skip to content

Commit bc23df2

Browse files
committed
Upgrade to Spring Boot 4.0.1
1 parent d8db58b commit bc23df2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

complete-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "4.0.0"
2+
id("org.springframework.boot") version "4.0.1"
33
id("io.spring.dependency-management") version "1.1.7"
44
kotlin("jvm") version "2.2.21"
55
kotlin("plugin.spring") version "2.2.21"

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.0'
2+
id 'org.springframework.boot' version '4.0.1'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
55
}

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.0</version>
8+
<version>4.0.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

initial-kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("org.springframework.boot") version "4.0.0"
2+
id("org.springframework.boot") version "4.0.1"
33
id("io.spring.dependency-management") version "1.1.7"
44
kotlin("jvm") version "2.2.21"
55
kotlin("plugin.spring") version "2.2.21"

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '4.0.0'
2+
id 'org.springframework.boot' version '4.0.1'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
55
}

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.0</version>
8+
<version>4.0.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.example</groupId>

0 commit comments

Comments
 (0)