We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b611c35 + 8d3b494 commit b8324e2Copy full SHA for b8324e2
outbox-kafka-spring-reactive/build.gradle.kts
@@ -9,7 +9,7 @@ dependencies {
9
val springVersion = "7.0.2"
10
val kafkaVersion = "4.1.1"
11
val testcontainersVersion = "2.0.2"
12
- val log4jVersion = "2.25.1"
+ val log4jVersion = "2.25.3"
13
14
implementation("org.springframework:spring-context:$springVersion")
15
outbox-kafka-spring/build.gradle.kts
@@ -3,7 +3,7 @@
3
dependencies {
4
5
6
7
val slf4jVersion = "2.0.17"
8
0 commit comments