Skip to content

Commit 06d6aed

Browse files
authored
Merge pull request #54 from navikt/dependabot/gradle/kotlinVersion-1.7.22
Bump kotlinVersion from 1.7.21 to 1.7.22
2 parents f81f6b8 + 4ad5e6c commit 06d6aed

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.21"
17+
val kotlinVersion = "1.7.22"
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)