Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed May 30, 2024
1 parent abc4e41 commit bdbb01d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext {
// Spring Dependencies
springBootVersion = "3.2.6"
springBootVersion = "3.3.0"

// External Dependencies
beanUtilsVersion = "1.9.4"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {
}
}
plugins {
id "org.springframework.boot" version "3.2.6"
id "org.springframework.boot" version "3.3.0"
id "io.spring.nohttp" version "0.0.11"
id "io.spring.javaformat" version "0.0.41"
id 'org.asciidoctor.jvm.pdf'
Expand Down

0 comments on commit bdbb01d

Please sign in to comment.