From 7c54f98944932c8f244a65993c5468895eab3364 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Fri, 14 Jan 2022 11:52:57 -0600 Subject: [PATCH] Update io.r2dbc to 0.9.0.RELEASE Closes gh-10717 --- 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 3a6b1c1394..99ba72bc7f 100644 --- a/oauth2/oauth2-client/spring-security-oauth2-client.gradle +++ b/oauth2/oauth2-client/spring-security-oauth2-client.gradle @@ -23,8 +23,8 @@ dependencies { testImplementation 'io.projectreactor:reactor-test' testImplementation 'io.projectreactor.tools:blockhound' 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"