Skip to content

Commit 91cda81

Browse files
authored
Merge pull request #2 from navikt/upgrade-spring-boot
Upgraded spring boot.
2 parents e2f300f + 29569df commit 91cda81

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
@@ -13,7 +13,7 @@ repositories {
1313

1414
plugins {
1515
id("org.jetbrains.kotlin.jvm") version "1.6.0"
16-
id("org.springframework.boot") version "2.5.7"
16+
id("org.springframework.boot") version "2.5.12"
1717
id("org.jetbrains.kotlin.plugin.spring") version "1.6.0"
1818
id("org.jetbrains.kotlin.plugin.jpa") version "1.6.0"
1919
idea

0 commit comments

Comments
 (0)