Skip to content

Commit 95f7e82

Browse files
committed
Upgrade to Spring Boot 4.0.1
1 parent 2beb238 commit 95f7e82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'checkstyle'
4-
id 'org.springframework.boot' version '4.0.0'
4+
id 'org.springframework.boot' version '4.0.1'
55
id 'io.spring.dependency-management' version '1.1.7'
66
id 'org.graalvm.buildtools.native' version '0.11.1'
77
id 'org.cyclonedx.bom' version '3.0.2'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>4.0.0</version>
7+
<version>4.0.1</version>
88
</parent>
99
<groupId>org.springframework.samples</groupId>
1010
<artifactId>spring-petclinic</artifactId>

0 commit comments

Comments
 (0)