Skip to content

Commit

Permalink
Upgrade Logback to 1.5.x (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaev authored Jan 23, 2025
1 parent a159f6c commit 55274c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencyResolutionManagement {
version('loki-protobuf', '0.0.2_pb4.29.0')
version('jacoco', '0.8.12')

library('logback', 'ch.qos.logback:logback-classic:1.4.14')
library('logback', 'ch.qos.logback:logback-classic:1.5.16')
library('loki-protobuf', 'com.github.loki4j', 'loki-protobuf').versionRef('loki-protobuf')
library('snappy', 'org.xerial.snappy:snappy-java:1.1.10.7')
library('apache-httpclient4', 'org.apache.httpcomponents:httpclient:4.5.14')
Expand Down

0 comments on commit 55274c5

Please sign in to comment.