We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beb238 commit 95f7e82Copy full SHA for 95f7e82
2 files changed
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java'
3
id 'checkstyle'
4
- id 'org.springframework.boot' version '4.0.0'
+ id 'org.springframework.boot' version '4.0.1'
5
id 'io.spring.dependency-management' version '1.1.7'
6
id 'org.graalvm.buildtools.native' version '0.11.1'
7
id 'org.cyclonedx.bom' version '3.0.2'
pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>4.0.0</version>
+ <version>4.0.1</version>
8
</parent>
9
<groupId>org.springframework.samples</groupId>
10
<artifactId>spring-petclinic</artifactId>
0 commit comments