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 530f24e + 8e5a989 commit 8304b1aCopy full SHA for 8304b1a
modules/r2dbc/build.gradle
@@ -11,10 +11,10 @@ dependencies {
11
api project(':testcontainers')
12
api 'io.r2dbc:r2dbc-spi:0.9.0.RELEASE'
13
14
- testImplementation 'org.assertj:assertj-core:3.25.2'
+ testImplementation 'org.assertj:assertj-core:3.25.3'
15
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
16
testImplementation project(':postgresql')
17
18
testFixturesImplementation 'io.projectreactor:reactor-core:3.6.6'
19
- testFixturesImplementation 'org.assertj:assertj-core:3.25.2'
+ testFixturesImplementation 'org.assertj:assertj-core:3.25.3'
20
}
0 commit comments