Skip to content

Commit 593fbc6

Browse files
authored
Merge pull request #67 from navikt/dependabot/gradle/org.springframework.boot-3.0.2
Bump org.springframework.boot from 3.0.1 to 3.0.2
2 parents d00a749 + a737fcc commit 593fbc6

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

0 commit comments

Comments
 (0)