Skip to content

Commit 85c988e

Browse files
fix(deps): update dependency org.slf4j:jcl-over-slf4j to v1.7.36
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b7c495b commit 85c988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ configurations.configureEach {
6969
}
7070

7171
if (requested.group == "commons-logging" && requested.name == "commons-logging") {
72-
useTarget("org.slf4j:jcl-over-slf4j:1.7.4")
72+
useTarget("org.slf4j:jcl-over-slf4j:1.7.36")
7373
}
7474
}
7575
}

0 commit comments

Comments
 (0)