Skip to content

Commit caa197d

Browse files
Bump spring-boot-gradle-plugin from 2.6.4 to 2.6.5 (#745)
Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.6.4 to 2.6.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.6.4...v2.6.5) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54577a8 commit caa197d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
2323
buildscript {
2424
ext {
2525
kotlin_version = '1.6.10'
26-
spring_boot_version = '2.6.4'
26+
spring_boot_version = '2.6.5'
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)