From 409a0b946279bd6610435a939b8b8f3ac2a53dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 10:16:32 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates (#3451) Bumps the development-dependencies group with 2 updates: [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 `io.spring.develocity.conventions` from 0.0.19 to 0.0.20 - [Release notes](https://github.com/spring-io/develocity-conventions/releases) - [Commits](https://github.com/spring-io/develocity-conventions/compare/v0.0.19...v0.0.20) Updates `org.springframework.boot:spring-boot-starter` from 3.2.8 to 3.2.9 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.8...v3.2.9) --- updated-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 | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 065d433a57..93ebc13b65 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { mockitoVersion = '5.10.0' reactorVersion = '2023.0.9' scalaVersion = '2.13' - springBootVersion = '3.2.8' // docs module + springBootVersion = '3.2.9' // docs module springDataVersion = '2024.0.3' springRetryVersion = '2.0.8' springVersion = '6.1.12' diff --git a/settings.gradle b/settings.gradle index ff5cbc3ae5..fcba0ffa0c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { plugins { id 'com.gradle.develocity' version '3.17.6' - id 'io.spring.develocity.conventions' version '0.0.19' + id 'io.spring.develocity.conventions' version '0.0.20' } rootProject.name = 'spring-kafka-dist'