Skip to content

Commit

Permalink
e - Oppgradering av org.springframework:spring-framework-bom:6.0.12 -…
Browse files Browse the repository at this point in the history
…> 6.0.13
  • Loading branch information
dskarpas committed Oct 16, 2023
1 parent 0f118b6 commit 4dabed9
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 @@ -27,7 +27,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-actuator")

// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.0.12"))
implementation(platform("org.springframework:spring-framework-bom:6.0.13"))
implementation('org.springframework.retry:spring-retry:2.0.2')
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"

Expand Down

0 comments on commit 4dabed9

Please sign in to comment.