Skip to content

Commit

Permalink
update conductor to version 3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensel committed Dec 6, 2023
1 parent 8b2717e commit 8281608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clusterless-scenario/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("software.amazon.awssdk:athena")

// the log4j exclusion works around the strict version requirement
val conductor = "3.14.0"
val conductor = "3.15.0"
implementation("com.netflix.conductor:conductor-core:$conductor") {
exclude("org.apache.logging.log4j")
exclude("log4j:log4j")
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-validation:$springBoot")
implementation("org.springframework.boot:spring-boot-starter-web:$springBoot")
implementation("org.springframework.boot:spring-boot-starter-actuator:$springBoot")
implementation("org.springframework.retry:spring-retry:1.3.3") // 2.0.1 is on jdk 17
implementation("org.springframework.retry:spring-retry:2.0.4") // 2.0.0 is on jdk 17

implementation("org.apache.logging.log4j:log4j-web")

Expand Down

0 comments on commit 8281608

Please sign in to comment.