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 47a7d25 commit 3f22a17
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 @@ -35,7 +35,7 @@ dependencies {
// 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.13"))
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")

implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2'
implementation 'org.jetbrains.kotlin:kotlin-reflect'
Expand Down

0 comments on commit 3f22a17

Please sign in to comment.