Skip to content

Commit 377d21b

Browse files
authored
Merge pull request #111 from navikt/dependabot/gradle/org.springframework.boot-3.1.1
Bump org.springframework.boot from 3.1.0 to 3.1.1
2 parents 16f694e + 2ff12e9 commit 377d21b

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
val kotlinVersion = "1.8.0"
16-
id("org.springframework.boot") version "3.1.0"
16+
id("org.springframework.boot") version "3.1.1"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion

0 commit comments

Comments
 (0)