From 1ab2863a5f2d4b4fa892f415c298c644547076c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 17:10:32 +0000 Subject: [PATCH] Bump spring-boot-dependencies in /dependencyManagement Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.5 to 2.7.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.5...v2.7.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencyManagement/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 7511e2dbf920..eff4e3cacf15 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -102,7 +102,7 @@ val DEPENDENCIES = listOf( "org.objenesis:objenesis:3.3", "org.scala-lang:scala-library:2.11.12", // Note that this is only referenced as "org.springframework.boot" in build files, not the artifact name. - "org.springframework.boot:spring-boot-dependencies:2.7.5", + "org.springframework.boot:spring-boot-dependencies:2.7.6", "javax.validation:validation-api:2.0.1.Final", "org.yaml:snakeyaml:1.33" )