Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.4.0 (#7060)
Browse files Browse the repository at this point in the history
This PR upgrades to [Spring Boot 3.4.0](https://github.com/spring-projects/spring-boot/releases/tag/v3.4.0).

/kind cleanup
/area core

```release-note
升级依赖至 Spring Boot 3.4.0
```
  • Loading branch information
JohnNiang authored Nov 22, 2024
1 parent d75bb09 commit 7d8f30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.4.0-RC1' apply false
id 'org.springframework.boot' version '3.4.0' apply false
id 'io.spring.dependency-management' version '1.1.6' apply false
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
id "de.undercouch.download" version "5.6.0" apply false
Expand Down

0 comments on commit 7d8f30a

Please sign in to comment.