From 0734dd5ca11a9d8c907f18aaf91b61e7d34f6719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:16:19 -0400 Subject: [PATCH] Bump the development-dependencies group across 1 directory with 3 updates (#3533) Bumps the development-dependencies group with 3 updates in the / directory: com.github.spotbugs, [io.spring.develocity.conventions](https://github.com/spring-io/develocity-conventions) 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.24 Updates `io.spring.develocity.conventions` from 0.0.21 to 0.0.22 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.21...v0.0.22) 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: io.spring.develocity.conventions 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- settings.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 94b8d72957..b7a46d1aa3 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.24' 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' diff --git a/settings.gradle b/settings.gradle index 07ddd58a7a..a81eefa98d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id 'io.spring.develocity.conventions' version '0.0.21' + id 'io.spring.develocity.conventions' version '0.0.22' } rootProject.name = 'spring-kafka-dist'