Skip to content

Commit 453d3e4

Browse files
authored
Merge pull request #112 from navikt/dependabot/gradle/kotlinVersion-1.9.0
Bump kotlinVersion from 1.8.22 to 1.9.0
2 parents 4624273 + fbe5e21 commit 453d3e4

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
@@ -5,7 +5,7 @@ val logstashVersion = "7.4"
55
val testContainersVersion = "1.18.3"
66
val springDocVersion = "2.1.0"
77
val tokenValidationVersion = "3.1.0"
8-
val kotlinVersion = "1.8.22"
8+
val kotlinVersion = "1.9.0"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)