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 6ffdf9a commit 80e7bb4Copy full SHA for 80e7bb4
build.gradle
@@ -16,10 +16,10 @@ repositories {
16
}
17
18
dependencies {
19
- implementation 'org.slf4j:slf4j-api:2.0.13'
+ implementation 'org.slf4j:slf4j-api:2.0.17'
20
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
21
implementation 'org.jasypt:jasypt:1.9.3'
22
- runtimeOnly 'org.slf4j:slf4j-simple:2.0.13'
+ runtimeOnly 'org.slf4j:slf4j-simple:2.0.17'
23
testImplementation "junit:junit:$junitVersion"
24
25
0 commit comments