diff --git a/modules/r2dbc/build.gradle b/modules/r2dbc/build.gradle index 3a2a55c7f0d..b9d11d5b9c6 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.8.1' + testFixturesImplementation 'io.projectreactor:reactor-core:3.8.4' testFixturesImplementation 'org.assertj:assertj-core:3.27.7' testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.14.1' }