Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.12
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.10 to 2.0.12.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 5c35acb commit 28f6797
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 @@ -112,7 +112,7 @@ subprojects {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
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-api', version: '2.0.12'
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.11'
testImplementation 'com.google.truth:truth:1.4.0'

Expand Down

0 comments on commit 28f6797

Please sign in to comment.