From 9046cf4c0b55aac5b2196d114017c3425a83fe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 21:26:24 +0000 Subject: [PATCH] Bump the development-dependencies group with 2 updates Bumps the development-dependencies group with 2 updates: [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) and [org.springframework.boot:spring-boot-starter](https://github.com/spring-projects/spring-boot). Updates `io.spring.ge.conventions` from 0.0.14 to 0.0.15 - [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases) - [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.14...v0.0.15) Updates `org.springframework.boot:spring-boot-starter` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3) --- updated-dependencies: - dependency-name: io.spring.ge.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] --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 332c624786..c7a3ecea44 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { mockitoVersion = '5.6.0' reactorVersion = '2023.0.3' scalaVersion = '2.13' - springBootVersion = '3.2.2' // docs module + springBootVersion = '3.2.3' // docs module springDataVersion = '2023.1.3' springRetryVersion = '2.0.5' springVersion = '6.1.4' diff --git a/settings.gradle b/settings.gradle index 961fe423e2..63e6002d78 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,7 +8,7 @@ pluginManagement { plugins { id 'com.gradle.enterprise' version '3.12.6' - id "io.spring.ge.conventions" version "0.0.14" + id "io.spring.ge.conventions" version "0.0.15" } rootProject.name = 'spring-kafka-dist'