From d3c5d7b5dc928d8f39a559beceacd55944df5a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 21 Feb 2023 14:51:11 +0100 Subject: [PATCH] Update MySQL Connector/J artifact coordinates This artifact moved to reverse-DNS compliant Maven 2+ coordinates. --- framework/jdbc-mysql/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/jdbc-mysql/build.gradle b/framework/jdbc-mysql/build.gradle index a45f6e8c..033620f8 100644 --- a/framework/jdbc-mysql/build.gradle +++ b/framework/jdbc-mysql/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) implementation("org.springframework.boot:spring-boot-starter-jdbc") - runtimeOnly("mysql:mysql-connector-java") + runtimeOnly("com.mysql:mysql-connector-j") testImplementation("org.springframework.boot:spring-boot-starter-test")