From 86f69c82e19151a2e686953f8944fcb6e86c1c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:31:13 -0400 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#9115) Bumps the development-dependencies group with 2 updates: io.spring.dependency-management and com.github.spotbugs. Updates `io.spring.dependency-management` from 1.1.4 to 1.1.5 Updates `com.github.spotbugs` from 6.0.12 to 6.0.13 --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 17aa430705..9017d459e3 100644 --- a/build.gradle +++ b/build.gradle @@ -18,11 +18,11 @@ plugins { id 'base' id 'io.spring.nohttp' version '0.0.11' apply false id 'org.ajoberstar.grgit' version '4.1.1' - id 'io.spring.dependency-management' version '1.1.4' + id 'io.spring.dependency-management' version '1.1.5' id 'org.jetbrains.dokka' version "$kotlinVersion" id 'org.asciidoctor.jvm.pdf' version '3.3.2' id 'org.asciidoctor.jvm.convert' version '3.3.2' - id 'com.github.spotbugs' version '6.0.12' + id 'com.github.spotbugs' version '6.0.13' } if (isCI) {