diff --git a/modules/r2dbc/build.gradle b/modules/r2dbc/build.gradle index 625afd2b322..43fa9bd754b 100644 --- a/modules/r2dbc/build.gradle +++ b/modules/r2dbc/build.gradle @@ -11,7 +11,7 @@ dependencies { testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE' testImplementation project(':testcontainers-postgresql') - testFixturesImplementation 'io.projectreactor:reactor-core:3.7.9' + testFixturesImplementation 'io.projectreactor:reactor-core:3.7.11' testFixturesImplementation 'org.assertj:assertj-core:3.27.4' testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' }