Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent 40ca211 commit 4d96533
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 @@ -109,7 +109,7 @@ dependencies {
api 'io.swagger.parser.v3:swagger-parser:2.1.22'
implementation 'org.jetbrains.kotlin:kotlin-reflect:2.0.10'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.14'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.15'
}

compileKotlin {
Expand Down

0 comments on commit 4d96533

Please sign in to comment.