We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c024ed commit aa3a649Copy full SHA for aa3a649
modules/mysql/build.gradle
@@ -12,5 +12,5 @@ dependencies {
12
testImplementation testFixtures(project(':r2dbc'))
13
testRuntimeOnly 'io.asyncer:r2dbc-mysql:1.3.0'
14
15
- compileOnly 'org.jetbrains:annotations:24.1.0'
+ compileOnly 'org.jetbrains:annotations:26.0.1'
16
}
0 commit comments