Skip to content

Commit

Permalink
E - Oppdatering org.springframework:spring-framework-bom:6.1.11 -> 6.…
Browse files Browse the repository at this point in the history
…1.12
  • Loading branch information
dskarpas committed Aug 14, 2024
1 parent be88266 commit 5a462ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-actuator")

// Spring Framework BOM-fil kan overstyre så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.1.11"))
implementation(platform("org.springframework:spring-framework-bom:6.1.12"))
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"
implementation('org.springframework.retry:spring-retry:2.0.7')

Expand Down

0 comments on commit 5a462ce

Please sign in to comment.