From 82e9c91731f6e701924fc58ac2b197b17b44a885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:01:43 +0000 Subject: [PATCH] chore(deps): bump spring-boot-dependencies from 2.7.0 to 2.7.1 Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.0...v2.7.1) --- 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 1f544ad..b58fdfb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() } -val springBootVersion = "2.7.0" +val springBootVersion = "2.7.1" val awsSdkVersion = "2.17.209" val jcvVersion = "1.5.0" val assertkVersion = "0.25"