From bb3d92e33a1f59074a922ccba8bb5a0b5d9637a9 Mon Sep 17 00:00:00 2001 From: Steve Riesenberg Date: Fri, 18 Nov 2022 23:00:23 -0600 Subject: [PATCH] Update r2dbc-h2 to 1.0.0.RELEASE Closes gh-12251 --- oauth2/oauth2-client/spring-security-oauth2-client.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2/oauth2-client/spring-security-oauth2-client.gradle b/oauth2/oauth2-client/spring-security-oauth2-client.gradle index 0666a90c62..9231fc2c22 100644 --- a/oauth2/oauth2-client/spring-security-oauth2-client.gradle +++ b/oauth2/oauth2-client/spring-security-oauth2-client.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation 'io.projectreactor.netty:reactor-netty' testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.skyscreamer:jsonassert' - testImplementation 'io.r2dbc:r2dbc-h2:1.0.0.RC1' + testImplementation 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE' testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.1.RELEASE' testImplementation "org.assertj:assertj-core" testImplementation "org.junit.jupiter:junit-jupiter-api"