Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -10,7 +10,7 @@ dependencies {
val springDataVersion = "3.5.4"
val kafkaVersion = "3.9.0"
val testcontainersVersion = "1.21.3"
val log4jVersion = "2.25.1"
val log4jVersion = "2.25.2"

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

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 @@ -3,7 +3,7 @@
dependencies {
val springVersion = "6.2.11"
val kafkaVersion = "3.9.0"
val log4jVersion = "2.25.1"
val log4jVersion = "2.25.2"
val slf4jVersion = "2.0.17"

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