Skip to content

Commit

Permalink
Update Logback version to 1.2.13
Browse files Browse the repository at this point in the history
It must stay < 1.3 to work with slf4j 1.7.

Signed-off-by: rstoyanchev <[email protected]>
  • Loading branch information
rstoyanchev committed Jan 28, 2025
1 parent a5fbd96 commit 9bc30c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
apply plugin: 'com.github.vlsi.gradle-extensions'

ext['reactor-bom.version'] = '2020.0.39'
ext['logback.version'] = '1.3.14'
ext['logback.version'] = '1.2.13'
ext['netty-bom.version'] = '4.1.106.Final'
ext['netty-boringssl.version'] = '2.0.62.Final'
ext['hdrhistogram.version'] = '2.1.12'
Expand Down

0 comments on commit 9bc30c4

Please sign in to comment.