Skip to content

Commit 80e7bb4

Browse files
fix(deps): update slf4j monorepo to v2.0.17
1 parent 6ffdf9a commit 80e7bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation 'org.slf4j:slf4j-api:2.0.13'
19+
implementation 'org.slf4j:slf4j-api:2.0.17'
2020
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
2121
implementation 'org.jasypt:jasypt:1.9.3'
22-
runtimeOnly 'org.slf4j:slf4j-simple:2.0.13'
22+
runtimeOnly 'org.slf4j:slf4j-simple:2.0.17'
2323
testImplementation "junit:junit:$junitVersion"
2424
}
2525

0 commit comments

Comments
 (0)