mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 04:12:06 +01:00
Fix CLI being spammed by logback by downgrading to logback-core 1.2.13
This commit is contained in:
parent
52b6d5c3f7
commit
e5a0617621
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ allprojects {
|
|||
bouncyCastleVersion = '1.78.1'
|
||||
bouncyPgVersion = bouncyCastleVersion
|
||||
junitVersion = '5.8.2'
|
||||
logbackVersion = '1.4.14'
|
||||
logbackVersion = '1.2.13'
|
||||
mockitoVersion = '4.5.1'
|
||||
slf4jVersion = '1.7.36'
|
||||
sopJavaVersion = '10.0.1'
|
||||
|
|
Loading…
Reference in a new issue