Skip to content

Commit 9d53840

Browse files
committed
Update dependencies
Fixes #98
1 parent 1e8ca19 commit 9d53840

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ dependencies {
3939

4040
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
4141
implementation("org.slf4j:slf4j-api:1.7.26")
42-
implementation("com.oracle.ojdbc:ojdbc8:$ojdbcVersion") {
43-
exclude(group = "com.oracle.ojdbc")
42+
implementation("com.oracle.database.jdbc:ojdbc8:$ojdbcVersion") {
43+
exclude(group = "com.oracle.database.jdbc", module = "ucp")
4444
}
45-
implementation("com.oracle.ojdbc:orai18n:$ojdbcVersion")
45+
implementation("com.oracle.database.nls:orai18n:$ojdbcVersion")
4646

4747
// Use Jupiter test framework
4848
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")

0 commit comments

Comments
 (0)