diff --git a/modules/postgresql/build.gradle b/modules/postgresql/build.gradle index 834656a3dac..af93fc396ee 100644 --- a/modules/postgresql/build.gradle +++ b/modules/postgresql/build.gradle @@ -15,5 +15,5 @@ dependencies { testImplementation testFixtures(project(':r2dbc')) testRuntimeOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE' - compileOnly 'org.jetbrains:annotations:24.1.0' + compileOnly 'org.jetbrains:annotations:25.0.0' }