Skip to content

Commit 5867a5b

Browse files
Update dependency org.slf4j:slf4j-android to v1.7.33 (#1756)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f31f94b commit 5867a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ dependencies {
148148

149149
compileOnly(group = "javax.annotation", name = "jsr250-api", version = "1.0")
150150
implementation(group = "joda-time", name = "joda-time", version = "2.10.13")
151-
implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.32")
151+
implementation(group = "org.slf4j", name = "slf4j-android", version = "1.7.33")
152152
implementation(group = "org.apmem.tools", name = "layouts", version = "1.10")
153153
implementation(group = "net.lingala.zip4j", name = "zip4j", version = "2.9.1")
154154
implementation(group = "com.github.PhilJay", name = "MPAndroidChart", version = "3.1.0")

0 commit comments

Comments
 (0)