Skip to content

Commit 2dcec49

Browse files
Bump log4j-slf4j-impl from 2.17.1 to 2.17.2
Bumps log4j-slf4j-impl from 2.17.1 to 2.17.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c7b17d6 commit 2dcec49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ dependencies {
102102
testImplementation "org.testcontainers:junit-jupiter:$testcontainersVersion"
103103
testImplementation "io.debezium:debezium-api:$debeziumVersion"
104104

105-
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.17.1"
105+
testRuntimeOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.17.2"
106106
testRuntimeOnly "org.apache.logging.log4j:log4j-api:2.17.1"
107-
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.17.1"
107+
testRuntimeOnly "org.apache.logging.log4j:log4j-core:2.17.2"
108108

109109
integrationTestImplementation "org.apache.kafka:connect-api:$kafkaVersion"
110110
integrationTestImplementation("org.apache.kafka:connect-runtime:$kafkaVersion") {

0 commit comments

Comments
 (0)