We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6c5fed + 58947d3 commit e3b8035Copy full SHA for e3b8035
modules/r2dbc/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
12
testImplementation project(':testcontainers-postgresql')
13
14
- testFixturesImplementation 'io.projectreactor:reactor-core:3.8.1'
+ testFixturesImplementation 'io.projectreactor:reactor-core:3.8.4'
15
testFixturesImplementation 'org.assertj:assertj-core:3.27.7'
16
testFixturesImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
17
}
0 commit comments