diff --git a/build.gradle b/build.gradle index ba2616e..fe055b9 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id "org.sonarqube" version "3.0" apply false id "jacoco" id "org.owasp.dependencycheck" version "6.0.3" apply false - id 'org.springframework.boot' version '2.3.6.RELEASE' apply false + id 'org.springframework.boot' version '2.4.0' apply false } configurations { @@ -33,7 +33,7 @@ subprojects { apply plugin: 'maven-publish' ext { - set('springBootVersion', '2.3.6.RELEASE') + set('springBootVersion', '2.4.0') } repositories {