Skip to content

Commit 2717054

Browse files
committed
U - Oppgraderer org.springframework:spring-framework-bom:6.2.4 -> 6.2.5
Automatisert oppgradering av org.springframework:spring-framework-bom.
1 parent fca555a commit 2717054

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("org.springframework.boot:spring-boot-actuator")
3434

3535
// Spring Framework BOM-fil kan overstyre så vi får siste patch-versjon av Spring Framework
36-
implementation(platform("org.springframework:spring-framework-bom:6.2.4"))
36+
implementation(platform("org.springframework:spring-framework-bom:6.2.5"))
3737
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"
3838
implementation("org.springframework.retry:spring-retry:2.0.11")
3939

0 commit comments

Comments
 (0)