Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.2.4 (#5568)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind cleanup
/area core

#### What this PR does / why we need it:

This PR mainly upgrades Spring Boot to [3.2.4](https://github.com/spring-projects/spring-boot/releases/tag/v3.2.4), and also upgrades other Gradle plugins.

#### Does this PR introduce a user-facing change?

```release-note
升级依赖 Spring Boot 至 3.2.4
```
  • Loading branch information
JohnNiang committed Mar 22, 2024
1 parent e798866 commit e76d800
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
@@ -1,9 +1,9 @@
plugins {
id 'org.springframework.boot' version '3.2.3' apply false
id 'io.spring.dependency-management' version '1.1.0' apply false
id "com.gorylenko.gradle-git-properties" version "2.3.2" apply false
id "de.undercouch.download" version "5.3.1" apply false
id "io.freefair.lombok" version "8.4" apply false
id 'org.springframework.boot' version '3.2.4' apply false
id 'io.spring.dependency-management' version '1.1.4' apply false
id "com.gorylenko.gradle-git-properties" version "2.4.1" apply false
id "de.undercouch.download" version "5.6.0" apply false
id "io.freefair.lombok" version "8.6" apply false
id 'org.gradle.crypto.checksum' version '1.4.0' apply false
id "com.github.node-gradle.node" version "7.0.1" apply false
id "com.github.node-gradle.node" version "7.0.2" apply false
}

0 comments on commit e76d800

Please sign in to comment.