From 61e328a47654ef95df77e2baa2bf7ba19fc483bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:58:21 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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