Skip to content

Commit d18cd31

Browse files
Bump org.apache.logging.log4j:log4j-to-slf4j from 2.25.0 to 2.25.1 (#314)
Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.25.0 to 2.25.1. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-to-slf4j dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f405af commit d18cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
testImplementation 'org.nanohttpd:nanohttpd:2.3.1'
5353
testImplementation 'org.mockito:mockito-core:4.11.0'
5454
testRuntimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
55-
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.25.0'
55+
testRuntimeOnly 'org.apache.logging.log4j:log4j-to-slf4j:2.25.1'
5656
}
5757

5858
test {

0 commit comments

Comments
 (0)