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 73d7360 commit 1f89996Copy full SHA for 1f89996
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'java'
3
- id 'org.springframework.boot' version '3.4.0'
+ id 'org.springframework.boot' version '3.4.2'
4
id 'io.spring.dependency-management' version '1.1.6'
5
id 'org.graalvm.buildtools.native' version '0.10.3'
6
id 'org.cyclonedx.bom' version '1.10.0'
pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>3.4.0</version>
+ <version>3.4.2</version>
9
<relativePath></relativePath>
10
</parent>
11
0 commit comments