Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang committed Oct 20, 2023
1 parent 4af8271 commit 2ebace5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/build.gradle
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.0'
id "com.gorylenko.gradle-git-properties" version "2.3.2"
id "checkstyle"
Expand Down
2 changes: 1 addition & 1 deletion platform/application/build.gradle
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '3.1.4' apply false
id 'org.springframework.boot' version '3.1.5' apply false
id 'java-platform'
id 'halo.publish'
id 'signing'
Expand Down

0 comments on commit 2ebace5

Please sign in to comment.