Skip to content

Commit d12d29b

Browse files
authored
Merge pull request #45 from navikt/dependabot/gradle/kotlinVersion-1.7.21
Bump kotlinVersion from 1.7.20 to 1.7.21
2 parents 6194bf7 + 848be92 commit d12d29b

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
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
plugins {
17-
val kotlinVersion = "1.7.20"
17+
val kotlinVersion = "1.7.21"
1818
id("org.springframework.boot") version "2.7.5"
1919
kotlin("jvm") version kotlinVersion
2020
kotlin("plugin.spring") version kotlinVersion

0 commit comments

Comments
 (0)