diff --git a/services/housetables/build.gradle b/services/housetables/build.gradle index 398d952e2..3c7b7b271 100644 --- a/services/housetables/build.gradle +++ b/services/housetables/build.gradle @@ -47,7 +47,7 @@ dependencies { // See https://stackoverflow.com/questions/43574426 for details. implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2" implementation "org.glassfish.jaxb:jaxb-runtime:2.3.2" - implementation "com.mysql:mysql-connector-j:8.4.0" + implementation "mysql:mysql-connector-java:8.+" implementation "org.jetbrains:annotations:16.0.3" testImplementation(testFixtures(project(':services:common'))) }