From 556c25baf357837f2421d19c019e04074515b99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:09:41 +0000 Subject: [PATCH] chore(deps): bump spring-boot-dependencies from 2.7.2 to 2.7.3 Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.2...v2.7.3) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea1a44d..d6da377 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() } -val springBootVersion = "2.7.2" +val springBootVersion = "2.7.3" val awsSdkVersion = "2.17.257" val jcvVersion = "1.5.0" val assertkVersion = "0.25"