diff --git a/modules/oracle-xe/build.gradle b/modules/oracle-xe/build.gradle index 7eccc7972e6..45aa444af8d 100644 --- a/modules/oracle-xe/build.gradle +++ b/modules/oracle-xe/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation project(':jdbc-test') testImplementation 'com.oracle.database.jdbc:ojdbc11:21.5.0.0' - compileOnly 'org.jetbrains:annotations:24.0.0' + compileOnly 'org.jetbrains:annotations:24.0.1' testImplementation testFixtures(project(':r2dbc')) testImplementation 'com.oracle.database.r2dbc:oracle-r2dbc:1.0.0'