Skip to content

Commit

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

---
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 1, 2024
1 parent 220f17a commit 412b101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.0'

// Simple Logging Facade for Java
implementation 'org.slf4j:slf4j-simple:2.0.6'
implementation 'org.slf4j:slf4j-simple:2.0.11'

// JUnit Jupiter API for testing.
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
Expand Down

0 comments on commit 412b101

Please sign in to comment.