From 7f35ac93a0f7c0888604664c6c2c4fbcd5e2da68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 08:00:54 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.1) --- 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] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 9f326835..1ead7c83 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -14,6 +14,6 @@ dependencies { implementation "io.ebean:ebean-gradle-plugin:13.19.0" implementation "com.google.cloud.tools:jib-gradle-plugin:3.3.2" implementation "net.researchgate:gradle-release:3.0.2" - implementation "org.springframework.boot:spring-boot-gradle-plugin:3.1.0" + implementation "org.springframework.boot:spring-boot-gradle-plugin:3.1.1" implementation "io.spring.gradle:dependency-management-plugin:1.1.0" } \ No newline at end of file