From 69a08c205341a3d5e0f30fee02e5443240494e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:15:07 +0000 Subject: [PATCH] build(deps): bump spring-boot-dependencies from 2.4.4 to 2.7.3 Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.4.4 to 2.7.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.4...v2.7.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b09c03f..8fccb06 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ apply plugin: "java-library" apply plugin: "maven" apply plugin: "signing" -ext { springBootVersion = "2.4.4" } +ext { springBootVersion = "2.7.3" } group "com.github.mikesafonov" version "1.10.0"