Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53840 commit 1365583Copy full SHA for 1365583
build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
api("com.google.code.findbugs:jsr305:3.0.2")
39
40
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
41
- implementation("org.slf4j:slf4j-api:1.7.26")
+ implementation("org.slf4j:slf4j-api:1.7.36")
42
implementation("com.oracle.database.jdbc:ojdbc8:$ojdbcVersion") {
43
exclude(group = "com.oracle.database.jdbc", module = "ucp")
44
}
0 commit comments