Skip to content

Commit 0d2cdcb

Browse files
committed
Update to Spring Boot 2.3.6.RELEASE
1 parent e73d642 commit 0d2cdcb

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
@@ -4,7 +4,7 @@ buildscript {
44
}
55
dependencies {
66
def freefairGradleVersion = "5.3.0"
7-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.4.RELEASE") {
7+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.3.6.RELEASE") {
88
exclude group: "com.squareup.okhttp3"
99
}
1010
classpath "io.freefair.gradle:maven-plugin:${freefairGradleVersion}"

0 commit comments

Comments
 (0)