Skip to content

Commit ae9a3b3

Browse files
Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 in /server
Bumps org.slf4j:slf4j-simple from 2.0.13 to 2.0.16. --- 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]>
1 parent af175dc commit ae9a3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
4040

4141
// Simple Logging Facade for Java
42-
implementation 'org.slf4j:slf4j-simple:2.0.13'
42+
implementation 'org.slf4j:slf4j-simple:2.0.16'
4343

4444
// JUnit Jupiter API for testing.
4545
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'

0 commit comments

Comments
 (0)