We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1aff68 commit 5232fe0Copy full SHA for 5232fe0
initial/build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'org.springframework.boot' version '3.4.3'
+ id 'org.springframework.boot' version '3.4.7'
3
id 'java'
4
}
5
initial/pom.xml
@@ -5,7 +5,7 @@
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.4.2</version>
+ <version>3.4.7</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.example</groupId>
0 commit comments