From 1a9f5d30cf71bab5c7591fab35c5347298cc2ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:46:26 +0000 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: com.github.spotbugs and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `com.github.spotbugs` from 6.0.22 to 6.0.23 Updates `org.springframework.boot:spring-boot-starter` from 3.2.9 to 3.2.10 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.9...v3.2.10) --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.springframework.boot:spring-boot-starter 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 94b8d7295..848a5a7e9 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { 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.22' + id 'com.github.spotbugs' version '6.0.23' id 'io.freefair.aggregate-javadoc' version '8.6' } @@ -67,7 +67,7 @@ ext { mockitoVersion = '5.10.0' reactorVersion = '2023.0.10' scalaVersion = '2.13' - springBootVersion = '3.2.9' // docs module + springBootVersion = '3.2.10' // docs module springDataVersion = '2024.0.4' springRetryVersion = '2.0.9' springVersion = '6.1.13'