Bump slf4j to 1.7.36

This commit is contained in:
Paul Schaub 2022-04-26 00:43:30 +02:00
parent 94bdbbc3d2
commit 57ab8bad32
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ allprojects {
isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8
slf4jVersion = '1.7.32'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
mockitoVersion = '4.2.0'