Skip to content

Commit

Permalink
Merge pull request #102 from VerifAPS/dependabot/gradle/org.slf4j-slf…
Browse files Browse the repository at this point in the history
…4j-simple-2.0.11

Bump org.slf4j:slf4j-simple from 2.0.10 to 2.0.11
  • Loading branch information
wadoon authored Jan 15, 2024
2 parents 10ee027 + 96cb772 commit 360f384
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 @@ -113,7 +113,7 @@ subprojects {
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation group: 'org.jetbrains', name: 'annotations', version: '24.1.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.10'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.10'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.11'
testImplementation 'com.google.truth:truth:1.2.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
Expand Down

0 comments on commit 360f384

Please sign in to comment.