Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.3 (KeYProject#3435
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wadoon authored Mar 8, 2024
2 parents 4382c2d + f5763bb commit c3b3268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ subprojects {
dependencies {
implementation("org.slf4j:slf4j-api:2.0.12")

testImplementation("ch.qos.logback:logback-classic:1.5.0")
testImplementation("ch.qos.logback:logback-classic:1.5.3")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testImplementation project(':key.util')
Expand Down
2 changes: 1 addition & 1 deletion key.ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api 'com.miglayout:miglayout-swing:11.3'

//logging implementation used by the slf4j
implementation 'ch.qos.logback:logback-classic:1.5.0'
implementation 'ch.qos.logback:logback-classic:1.5.3'

api 'org.key-project:docking-frames-common:1.1.3p1'
api 'org.key-project:docking-frames-core:1.1.3p1'
Expand Down

0 comments on commit c3b3268

Please sign in to comment.