Skip to content

Commit 9bc30c4

Browse files
committed
Update Logback version to 1.2.13
It must stay < 1.3 to work with slf4j 1.7. Signed-off-by: rstoyanchev <[email protected]>
1 parent a5fbd96 commit 9bc30c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ subprojects {
3434
apply plugin: 'com.github.vlsi.gradle-extensions'
3535

3636
ext['reactor-bom.version'] = '2020.0.39'
37-
ext['logback.version'] = '1.3.14'
37+
ext['logback.version'] = '1.2.13'
3838
ext['netty-bom.version'] = '4.1.106.Final'
3939
ext['netty-boringssl.version'] = '2.0.62.Final'
4040
ext['hdrhistogram.version'] = '2.1.12'

0 commit comments

Comments
 (0)