mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Bump logback to 1.5.13
I hope I mitigated logback spam by modifying the logback.xml file and by setting 'slf4j.internal.verbosity' to 'WARN'. See https://github.com/pgpainless/pgpainless/issues/426 for reference
This commit is contained in:
parent
3e96af5450
commit
a43ae43722
3 changed files with 6 additions and 19 deletions
|
@ -11,7 +11,7 @@ allprojects {
|
|||
bouncyCastleVersion = '1.78.1'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
junitVersion = '5.8.2'
|
||||
logbackVersion = '1.2.13' // 1.4+ cause CLI spam :/
|
||||
logbackVersion = '1.5.13'
|
||||
mockitoVersion = '4.5.1'
|
||||
slf4jVersion = '1.7.36'
|
||||
sopJavaVersion = '10.0.3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue