Update slf4jVersion to v2.0.10 (#6099)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-02 11:36:58 -06:00 committed by GitHub
parent 1b4f5aeab5
commit fcd7812d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ val errorProneVersion = "2.23.0"
val jmhVersion = "1.37"
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
val mockitoVersion = "4.11.0"
val slf4jVersion = "2.0.9"
val slf4jVersion = "2.0.10"
val opencensusVersion = "0.31.1"
val prometheusClientVersion = "0.16.0"