Bump logback to 1.2.11

This commit is contained in:
Paul Schaub 2022-04-26 00:58:12 +02:00
parent fd191c1bb4
commit ac101a1413
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ allprojects {
javaSourceCompatibility = 1.8
junitVersion = '5.8.2'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.10'
logbackVersion = '1.2.11'
}
}