We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af175dc commit ae9a3b3Copy full SHA for ae9a3b3
server/build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
40
41
// Simple Logging Facade for Java
42
- implementation 'org.slf4j:slf4j-simple:2.0.13'
+ implementation 'org.slf4j:slf4j-simple:2.0.16'
43
44
// JUnit Jupiter API for testing.
45
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
0 commit comments