Skip to content

Commit

Permalink
chore(deps): update logback to v1.5.4
Browse files Browse the repository at this point in the history
| datasource | package                        | from  | to    |
| ---------- | ------------------------------ | ----- | ----- |
| maven      | ch.qos.logback:logback-core    | 1.5.3 | 1.5.4 |
| maven      | ch.qos.logback:logback-classic | 1.5.3 | 1.5.4 |
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent efbfa63 commit 586bb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencyResolutionManagement {
version("grpc", "1.63.0")
version("junit", "5.10.2")
version("kotlin", "1.9.23")
version("logback", "1.5.3")
version("logback", "1.5.4")
version("mutiny-clients", "3.12.0")
version("protobuf", "3.25.3")
version("quarkus", "3.9.1")
Expand Down

0 comments on commit 586bb43

Please sign in to comment.