File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
native-image/spring-boot-native-image-gradle Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.3.2 '
3
+ id ' org.springframework.boot' version ' 3.3.3 '
4
4
id ' io.spring.dependency-management' version ' 1.1.6'
5
5
}
6
6
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.3.2 </version >
7
+ <version >3.3.3 </version >
8
8
<relativePath /> <!-- lookup parent from repository -->
9
9
</parent >
10
10
<groupId >io.paketo</groupId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.springframework.boot</groupId >
6
6
<artifactId >spring-boot-starter-parent</artifactId >
7
- <version >3.3.2 </version >
7
+ <version >3.3.3 </version >
8
8
<relativePath /> <!-- lookup parent from repository -->
9
9
</parent >
10
10
<groupId >io.paketo</groupId >
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' org.springframework.boot' version ' 3.3.2 '
3
+ id ' org.springframework.boot' version ' 3.3.3 '
4
4
id ' org.graalvm.buildtools.native' version ' 0.10.2'
5
5
id ' io.spring.dependency-management' version ' 1.1.6'
6
6
}
You can’t perform that action at this time.
0 commit comments