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 559df36 commit 2410cffCopy full SHA for 2410cff
modules/oracle-free/build.gradle
@@ -12,7 +12,7 @@ dependencies {
12
testImplementation project(':testcontainers-jdbc-test')
13
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.9.0.25.07'
14
15
- compileOnly 'org.jetbrains:annotations:26.0.2'
+ compileOnly 'org.jetbrains:annotations:26.0.2-1'
16
17
testImplementation testFixtures(project(':testcontainers-r2dbc'))
18
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
0 commit comments