Skip to content

Commit 0d212cd

Browse files
committed
fix: fix slf4j conflict, following kestra dep bump
1 parent 7d8fda6 commit 0d212cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ subprojects {
6868
//Logs
6969
constraints {
7070
// Forced dependencies
71-
api("org.slf4j:slf4j-api:2.0.16")
71+
api("org.slf4j:slf4j-api:2.0.17")
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)