Skip to content

Commit 9be9960

Browse files
committed
U - Oppgraderer org.springframework:spring-framework-bom:6.2.3 -> 6.2.4
Automatisert oppgradering av org.springframework:spring-framework-bom.
1 parent eec104e commit 9be9960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation("org.springframework.boot:spring-boot-actuator")
3131

3232
// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
33-
implementation(platform("org.springframework:spring-framework-bom:6.2.3"))
33+
implementation(platform("org.springframework:spring-framework-bom:6.2.4"))
3434
implementation("org.springframework.retry:spring-retry:2.0.11")
3535
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"
3636

0 commit comments

Comments
 (0)