diff --git a/build.gradle b/build.gradle index cfd7c70..137e441 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "org.springframework.boot" version "$LIB_SPRING_BOOT_VER" apply false - id "org.sonarqube" version "4.0.0.2929" + id "org.sonarqube" version "4.2.1.3168" id "jacoco" id "io.github.gradle-nexus.publish-plugin" version '1.3.0' } diff --git a/gradle.properties b/gradle.properties index 60adad4..dd516af 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,4 +16,4 @@ LIB_GRAPHQL_SERVLET_VER = 15.0.0 ### Gradle Plugins -LIB_SPRING_BOOT_VER = 3.0.7 +LIB_SPRING_BOOT_VER = 3.1.0