Skip to content

Commit d480756

Browse files
committed
chore(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v2.6.4
1 parent 4e015bd commit d480756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
buildscript {
44
val kotlinVersion = "1.2.0"
5-
val springBootVersion = "2.0.0.M7"
5+
val springBootVersion = "2.6.4"
66
repositories {
77
mavenCentral()
88
maven { url = uri("https://repo.spring.io/milestone") }

0 commit comments

Comments
 (0)