From 9a4b20e64c5945e80bbe96e33091c7f0eb778025 Mon Sep 17 00:00:00 2001 From: Christian Bush Date: Mon, 27 Apr 2026 20:56:25 -0700 Subject: [PATCH] Revert "Pin mysql-connector-j and use current coordinates (#561)" This reverts commit 63744b6fdb0fcec62971d6a1555c963aea8e1db8. --- services/housetables/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))) }