Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Dec 21, 2023
1 parent b6d9623 commit 3db634c
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.2.0' apply false
id 'org.springframework.boot' version '3.2.1' 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.6.0' apply false
id 'org.sonarqube' version '4.4.1.3373'
Expand Down

0 comments on commit 3db634c

Please sign in to comment.