Skip to content

Commit

Permalink
bump logback to 1.5.16 (#1905)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
(cherry picked from commit 1afe8ea)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 24, 2025
1 parent a9df9af commit 12587a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ configurations.all {
force "org.mockito:mockito-core:4.6.1"
force "org.yaml:snakeyaml:2.0"
force "org.slf4j:slf4j-api:2.0.0"
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
force "ch.qos.logback:logback-classic:1.5.16"
force "ch.qos.logback:logback-core:1.5.16"
}
}

Expand Down

0 comments on commit 12587a7

Please sign in to comment.