Skip to content

Commit

Permalink
E - Oppdatering av org.springframework.retry:spring-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Sep 25, 2024
1 parent 012e55a commit 8437a7e
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 @@ -46,7 +46,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springframework.boot:spring-boot-actuator")
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"
implementation('org.springframework.retry:spring-retry:2.0.8')
implementation("org.springframework.retry:spring-retry:2.0.9")

// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
implementation(platform("org.springframework:spring-framework-bom:6.1.13"))
Expand Down

0 comments on commit 8437a7e

Please sign in to comment.