Skip to content

Commit 8304b1a

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/r2dbc/org.assertj-assertj-core-3.25.3' into combined-pr-branch
2 parents 530f24e + 8e5a989 commit 8304b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/r2dbc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ dependencies {
1111
api project(':testcontainers')
1212
api 'io.r2dbc:r2dbc-spi:0.9.0.RELEASE'
1313

14-
testImplementation 'org.assertj:assertj-core:3.25.2'
14+
testImplementation 'org.assertj:assertj-core:3.25.3'
1515
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1616
testImplementation project(':postgresql')
1717

1818
testFixturesImplementation 'io.projectreactor:reactor-core:3.6.6'
19-
testFixturesImplementation 'org.assertj:assertj-core:3.25.2'
19+
testFixturesImplementation 'org.assertj:assertj-core:3.25.3'
2020
}

0 commit comments

Comments
 (0)