From 0fdcfed6a5e2773be91c3b7103aeda6b10fc0ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 06:02:56 +0000 Subject: [PATCH] Bump spring-boot-gradle-plugin from 2.2.9.RELEASE to 3.0.2 Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.2.9.RELEASE to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.2.9.RELEASE...v3.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4d872282..9ecc5162 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:2.2.9.RELEASE") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.2") } }