Skip to content

Commit

Permalink
Merge pull request #432 from tomorrow-one/dependabot/gradle/org.apach…
Browse files Browse the repository at this point in the history
…e.kafka-kafka-clients-3.9.0

build(deps): bump org.apache.kafka:kafka-clients from 3.8.1 to 3.9.0
  • Loading branch information
magro authored Nov 19, 2024
2 parents 84a4fca + 0e8723d commit 1d853be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commons/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

dependencies {
val springVersion = "6.1.14"
val kafkaVersion = "3.8.1"
val kafkaVersion = "3.9.0"
val springKafkaVersion = "3.2.4"
val sl4jVersion = "2.0.16"
val junitVersion = "5.11.3"
Expand Down
2 changes: 1 addition & 1 deletion outbox-kafka-spring-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks.withType<JavaCompile> {
dependencies {
val springVersion = "6.1.14"
val springDataVersion = "3.3.5"
val kafkaVersion = "3.8.1"
val kafkaVersion = "3.9.0"
val testcontainersVersion = "1.20.3"
val log4jVersion = "2.24.1"

Expand Down
2 changes: 1 addition & 1 deletion outbox-kafka-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

dependencies {
val springVersion = "6.1.14"
val kafkaVersion = "3.8.1"
val kafkaVersion = "3.9.0"
val log4jVersion = "2.24.1"

implementation("org.springframework:spring-context:$springVersion")
Expand Down

0 comments on commit 1d853be

Please sign in to comment.