Skip to content

Commit

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

Bump org.slf4j:slf4j-simple from 2.0.11 to 2.0.12
  • Loading branch information
wadoon authored Feb 13, 2024
2 parents 04f3a12 + 468aa55 commit a01ecea
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.12'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.11'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.12'
testImplementation 'com.google.truth:truth:1.4.0'

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

0 comments on commit a01ecea

Please sign in to comment.