From e2d1bb69982ee01fc4ec66017838d1b5c756ee79 Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Mon, 17 Jan 2022 10:50:47 -0300 Subject: [PATCH] Update io.r2dbc to 0.9.0.RELEASE Closes gh-10745 --- oauth2/oauth2-client/spring-security-oauth2-client.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth2/oauth2-client/spring-security-oauth2-client.gradle b/oauth2/oauth2-client/spring-security-oauth2-client.gradle index b16fa09beb..e8a06166d2 100644 --- a/oauth2/oauth2-client/spring-security-oauth2-client.gradle +++ b/oauth2/oauth2-client/spring-security-oauth2-client.gradle @@ -22,8 +22,8 @@ dependencies { testImplementation 'io.projectreactor.netty:reactor-netty' testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.skyscreamer:jsonassert' - testImplementation 'io.r2dbc:r2dbc-h2:0.8.4.RELEASE' - testImplementation 'io.r2dbc:r2dbc-spi-test:0.8.6.RELEASE' + testImplementation 'io.r2dbc:r2dbc-h2:0.9.0.RELEASE' + testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.0.RELEASE' testImplementation "org.assertj:assertj-core" testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-params"