Skip to content

Commit

Permalink
Update dependency org.slf4j:slf4j-simple to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent 0e314d3 commit 40ca211
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.13'
testImplementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.14'
}

compileKotlin {
Expand Down

0 comments on commit 40ca211

Please sign in to comment.