diff --git a/build.gradle b/build.gradle index c51420db..c969536f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { ext { // Spring Dependencies - springBootVersion = "3.2.6" + springBootVersion = "3.3.0" // External Dependencies beanUtilsVersion = "1.9.4" diff --git a/settings.gradle b/settings.gradle index 456ab6be..855d5116 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'