Skip to content

Commit f81f6b8

Browse files
authored
Merge pull request #55 from navikt/dependabot/gradle/org.jetbrains.kotlin-kotlin-stdlib-1.7.22
Bump kotlin-stdlib from 1.7.21 to 1.7.22
2 parents aac7215 + 97d04ed commit f81f6b8

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
@@ -25,7 +25,7 @@ plugins {
2525
apply(plugin = "io.spring.dependency-management")
2626

2727
dependencies {
28-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.21")
28+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.7.22")
2929

3030
implementation("org.springframework.boot:spring-boot-starter-web")
3131
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)