Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JonasFranke committed Oct 9, 2024
1 parent 96aa8f4 commit f5afead
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 @@ -19,7 +19,7 @@ dependencies {
implementation 'com.discord4j:discord4j-core:3.2.6'
implementation 'com.github.docker-java:docker-java:3.4.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.8'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.9'
}

test {
Expand Down

0 comments on commit f5afead

Please sign in to comment.