Skip to content

Commit 1f89996

Browse files
author
Dave Syer
committed
Update Spring Boot to 3.4.2
1 parent 73d7360 commit 1f89996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.4.0'
3+
id 'org.springframework.boot' version '3.4.2'
44
id 'io.spring.dependency-management' version '1.1.6'
55
id 'org.graalvm.buildtools.native' version '0.10.3'
66
id 'org.cyclonedx.bom' version '1.10.0'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.0</version>
8+
<version>3.4.2</version>
99
<relativePath></relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)