Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  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 04f3a12 commit 468aa55
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 468aa55

Please sign in to comment.