Skip to content

Commit 5a8c5f9

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump org.slf4j:slf4j-log4j12 from 1.7.30 to 2.0.18
Bumps org.slf4j:slf4j-log4j12 from 1.7.30 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-log4j12 dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c96fbcf commit 5a8c5f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assertlog-log4j-junit4/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ dependencies {
33
implementation('org.opentest4j:opentest4j:1.2.0')
44
implementation('junit:junit:4.13')
55
implementation('log4j:log4j:1.2.17')
6-
testImplementation('org.slf4j:slf4j-log4j12:1.7.30')
7-
testImplementation('org.slf4j:jul-to-slf4j:1.7.30')
6+
testImplementation('org.slf4j:slf4j-log4j12:2.0.18')
7+
testImplementation('org.slf4j:jul-to-slf4j:2.0.18')
88
}

0 commit comments

Comments
 (0)