Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2024
1 parent 2f68337 commit 6a9d29b
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.20'
implementation 'org.jetbrains.kotlin:kotlin-reflect:1.9.22'
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.4.2'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.11'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.12'
}

compileKotlin {
Expand Down

0 comments on commit 6a9d29b

Please sign in to comment.