Skip to content

Commit

Permalink
upgrade the logback-classic library to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 20, 2024
1 parent cc0384f commit c1fac07
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 @@ -66,7 +66,7 @@ configurations.configureEach {

dependencies {
// from mavenCentral (or mavenLocal) repositories:
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'ch.qos.logback:logback-classic:1.5.0'
runtimeOnly 'com.github.nifty-gui:nifty-style-black:1.4.3'
implementation 'com.github.stephengold:Heart:9.0.0'
implementation 'com.github.stephengold:Acorus:2.0.0'
Expand Down

0 comments on commit c1fac07

Please sign in to comment.