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.
1 parent d21ea3c commit 2debcedCopy full SHA for 2debced
modules/oracle-xe/build.gradle
@@ -4,13 +4,13 @@ dependencies {
4
api project(':jdbc')
5
6
compileOnly project(':r2dbc')
7
- compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
+ compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
8
9
testImplementation project(':jdbc-test')
10
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'
11
12
compileOnly 'org.jetbrains:annotations:24.1.0'
13
14
testImplementation testFixtures(project(':r2dbc'))
15
- testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'
+ testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
16
}
0 commit comments