Skip to content

Commit c1b924b

Browse files
authored
Upgrade to Spring Boot 3.4.2 (#7215)
#### What type of PR is this? /kind cleanup /area core /milestone 2.20.x #### What this PR does / why we need it: This PR upgrades to Spring Boot [3.4.2](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.2). Supersedes of <#7208>. #### Does this PR introduce a user-facing change? ```release-note 升级依赖 Spring Boot 至 3.4.2 ```
1 parent d0949c8 commit c1b924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.1' apply false
2+
id 'org.springframework.boot' version '3.4.2' apply false
33
id 'io.spring.dependency-management' version '1.1.7' apply false
44
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
55
id "de.undercouch.download" version "5.6.0" apply false

0 commit comments

Comments
 (0)