diff --git a/modules/tidb/build.gradle b/modules/tidb/build.gradle index 264d00fc883..6d001d00735 100644 --- a/modules/tidb/build.gradle +++ b/modules/tidb/build.gradle @@ -5,5 +5,5 @@ dependencies { testImplementation project(':testcontainers-jdbc-test') testRuntimeOnly 'com.mysql:mysql-connector-j:9.5.0' - compileOnly 'org.jetbrains:annotations:26.0.2-1' + compileOnly 'org.jetbrains:annotations:26.1.0' }