Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Oct 22, 2023
1 parent fce547d commit 25c3671
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
Expand Up @@ -32,7 +32,7 @@ buildscript {
}

plugins {
id 'org.springframework.boot' version '3.1.4' apply false
id 'org.springframework.boot' version '3.1.5' apply false
id 'org.flywaydb.flyway' version '9.5.1' apply false // Keep the version in sync with spring-boot from time to time
id 'org.panteleyev.jpackageplugin' version '1.5.2' apply false
id 'org.sonarqube' version '4.4.1.3373'
Expand Down

0 comments on commit 25c3671

Please sign in to comment.