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 5a86552 + 2d1fa5b commit 25672b5Copy full SHA for 25672b5
1 file changed
modules/oracle-free/build.gradle
@@ -9,7 +9,7 @@ dependencies {
9
testImplementation project(':testcontainers-jdbc-test')
10
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.1.0.0'
11
12
- compileOnly 'org.jetbrains:annotations:26.0.2-1'
+ compileOnly 'org.jetbrains:annotations:26.1.0'
13
14
testImplementation testFixtures(project(':testcontainers-r2dbc'))
15
testRuntimeOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
0 commit comments