Skip to content

Commit b8324e2

Browse files
authored
Merge pull request #627 from tomorrow-one/dependabot/gradle/log4jVersion-2.25.3
build(deps): bump log4jVersion from 2.25.1 to 2.25.3
2 parents b611c35 + 8d3b494 commit b8324e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

outbox-kafka-spring-reactive/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
val springVersion = "7.0.2"
1010
val kafkaVersion = "4.1.1"
1111
val testcontainersVersion = "2.0.2"
12-
val log4jVersion = "2.25.1"
12+
val log4jVersion = "2.25.3"
1313

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

outbox-kafka-spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dependencies {
44
val springVersion = "7.0.2"
55
val kafkaVersion = "4.1.1"
6-
val log4jVersion = "2.25.1"
6+
val log4jVersion = "2.25.3"
77
val slf4jVersion = "2.0.17"
88

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

0 commit comments

Comments
 (0)