Skip to content

Commit bebd615

Browse files
Update io.r2dbc to 0.9.1.RELEASE
Closes gh-10883
1 parent c4f3cd2 commit bebd615

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.9.0.RELEASE'
27-
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.0.RELEASE'
26+
testImplementation 'io.r2dbc:r2dbc-h2:0.9.1.RELEASE'
27+
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.1.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)