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 9b480f7 + c29fb77 commit 8ec1162Copy full SHA for 8ec1162
modules/r2dbc/build.gradle
@@ -8,10 +8,10 @@ dependencies {
8
api project(':testcontainers')
9
api 'io.r2dbc:r2dbc-spi:0.9.0.RELEASE'
10
11
- testImplementation 'org.assertj:assertj-core:3.26.3'
+ testImplementation 'org.assertj:assertj-core:3.27.3'
12
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
13
testImplementation project(':postgresql')
14
15
testFixturesImplementation 'io.projectreactor:reactor-core:3.6.10'
16
- testFixturesImplementation 'org.assertj:assertj-core:3.26.3'
+ testFixturesImplementation 'org.assertj:assertj-core:3.27.3'
17
}
0 commit comments