From af0bbf9b1e5178a791e33918d89c0bdc3101e3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:46:21 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: io.spring.dependency-management and com.github.spotbugs. Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 Updates `com.github.spotbugs` from 6.0.26 to 6.0.27 --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 086236a14..dcb72151d 100644 --- a/build.gradle +++ b/build.gradle @@ -19,8 +19,8 @@ plugins { id 'idea' id 'org.ajoberstar.grgit' version '5.2.2' id 'io.spring.nohttp' version '0.0.11' - id 'io.spring.dependency-management' version '1.1.6' apply false - id 'com.github.spotbugs' version '6.0.26' + id 'io.spring.dependency-management' version '1.1.7' apply false + id 'com.github.spotbugs' version '6.0.27' id 'io.freefair.aggregate-javadoc' version '8.6' }