Skip to content

Commit e81990c

Browse files
author
Steve Riesenberg
committed
Update io.r2dbc to 0.9.1.RELEASE
Closes gh-10988
1 parent 3e8ed5e commit e81990c

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
@@ -22,8 +22,8 @@ dependencies {
2222
testImplementation 'io.projectreactor.netty:reactor-netty'
2323
testImplementation 'io.projectreactor:reactor-test'
2424
testImplementation 'org.skyscreamer:jsonassert'
25-
testImplementation 'io.r2dbc:r2dbc-h2:0.9.0.RELEASE'
26-
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.0.RELEASE'
25+
testImplementation 'io.r2dbc:r2dbc-h2:0.9.1.RELEASE'
26+
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.1.RELEASE'
2727
testImplementation "org.assertj:assertj-core"
2828
testImplementation "org.junit.jupiter:junit-jupiter-api"
2929
testImplementation "org.junit.jupiter:junit-jupiter-params"

0 commit comments

Comments
 (0)