From 0f76c0277aab7d81e59353f2da1aee31330069c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 03:22:32 +0000 Subject: [PATCH] Bump spring-boot-gradle-plugin from 2.7.3 to 2.7.4 Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0861d3e..568e8e1 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ repositories { dependencies { // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin - implementation 'org.springframework.boot:spring-boot-gradle-plugin:2.7.3' + implementation 'org.springframework.boot:spring-boot-gradle-plugin:2.7.4' }