Update Spring Boot to 3.4.2

This commit is contained in:
Dave Syer 2025-02-04 08:47:30 +00:00
parent 73d73609b5
commit 1f89996e1f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
plugins { plugins {
id 'java' id 'java'
id 'org.springframework.boot' version '3.4.0' id 'org.springframework.boot' version '3.4.2'
id 'io.spring.dependency-management' version '1.1.6' id 'io.spring.dependency-management' version '1.1.6'
id 'org.graalvm.buildtools.native' version '0.10.3' id 'org.graalvm.buildtools.native' version '0.10.3'
id 'org.cyclonedx.bom' version '1.10.0' id 'org.cyclonedx.bom' version '1.10.0'

View file

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version> <version>3.4.2</version>
<relativePath></relativePath> <relativePath></relativePath>
</parent> </parent>