Skip to content

Commit c84c7d8

Browse files
committed
chore(deps): bump to Spring Boot 2.4.0
1 parent 9707666 commit c84c7d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("org.springframework.boot") version "2.4.0-M1"
5-
id("io.spring.dependency-management") version "1.0.9.RELEASE"
6-
kotlin("jvm") version "1.3.72"
7-
kotlin("plugin.spring") version "1.3.72"
4+
id("org.springframework.boot") version "2.4.0"
5+
id("io.spring.dependency-management") version "1.0.10.RELEASE"
6+
kotlin("jvm") version "1.4.10"
7+
kotlin("plugin.spring") version "1.4.10"
88
}
99

1010
group = "com.example"

0 commit comments

Comments
 (0)