We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a668918 + 868abd9 commit b192a8cCopy full SHA for b192a8c
modules/oracle-free/build.gradle
@@ -7,15 +7,15 @@ dependencies {
7
api project(':jdbc')
8
9
compileOnly project(':r2dbc')
10
- compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.1.1'
+ compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
11
12
testImplementation project(':jdbc-test')
13
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09'
14
15
compileOnly 'org.jetbrains:annotations:24.0.1'
16
17
testImplementation testFixtures(project(':r2dbc'))
18
- testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.1.1'
+ testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
19
}
20
21
test {
0 commit comments