diff --git a/modules/tidb/build.gradle b/modules/tidb/build.gradle index 7cf52e57ca9..a59b1f6a84e 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.6.0' - compileOnly 'org.jetbrains:annotations:26.0.2-1' + compileOnly 'org.jetbrains:annotations:26.1.0' }