Skip to content

Commit 7c54f98

Browse files
author
Steve Riesenberg
committed
Update io.r2dbc to 0.9.0.RELEASE
Closes gh-10717
1 parent 5cd7c71 commit 7c54f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth2/oauth2-client/spring-security-oauth2-client.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
testImplementation 'io.projectreactor:reactor-test'
2424
testImplementation 'io.projectreactor.tools:blockhound'
2525
testImplementation 'org.skyscreamer:jsonassert'
26-
testImplementation 'io.r2dbc:r2dbc-h2:0.8.4.RELEASE'
27-
testImplementation 'io.r2dbc:r2dbc-spi-test:0.8.6.RELEASE'
26+
testImplementation 'io.r2dbc:r2dbc-h2:0.9.0.RELEASE'
27+
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.0.RELEASE'
2828
testImplementation "org.assertj:assertj-core"
2929
testImplementation "org.junit.jupiter:junit-jupiter-api"
3030
testImplementation "org.junit.jupiter:junit-jupiter-params"

0 commit comments

Comments
 (0)