Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1365583

Browse files
committed
Update slf4j dependencies
1 parent 9d53840 commit 1365583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
api("com.google.code.findbugs:jsr305:3.0.2")
3939

4040
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
41-
implementation("org.slf4j:slf4j-api:1.7.26")
41+
implementation("org.slf4j:slf4j-api:1.7.36")
4242
implementation("com.oracle.database.jdbc:ojdbc8:$ojdbcVersion") {
4343
exclude(group = "com.oracle.database.jdbc", module = "ucp")
4444
}

0 commit comments

Comments
 (0)