From 685c9572863133bda5835b025e0b7330a4c4337e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:18:08 +0000 Subject: [PATCH] Bump spring-boot-gradle-plugin from 2.3.12.RELEASE to 2.6.6 Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.3.12.RELEASE to 2.6.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.12.RELEASE...v2.6.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin 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 d45c52756f..d7f25ce29e 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { dependencies { classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0' // revElasticSearch7 in dependencies.gradle needs to be updated when spring is upgraded - classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.12.RELEASE' + classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.6.6' classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.+' } }