Skip to content

Commit

Permalink
Merge pull request #98 from VerifAPS/dependabot/gradle/org.slf4j-slf4…
Browse files Browse the repository at this point in the history
…j-simple-2.0.10

Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.10
  • Loading branch information
wadoon authored Jan 1, 2024
2 parents 990ca8b + 3010c77 commit 7b3a678
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.9'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.10'
testImplementation 'com.google.truth:truth:1.2.0'

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

0 comments on commit 7b3a678

Please sign in to comment.