From ccce1d4cc2628cabb6b7e5f38a161be5cbb4b620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:03:58 +0000 Subject: [PATCH] fix(deps): update dependency com.mysql:mysql-connector-j to v9 --- howto-dapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto-dapp/build.gradle b/howto-dapp/build.gradle index e2a208ef..c215f59d 100644 --- a/howto-dapp/build.gradle +++ b/howto-dapp/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1' implementation 'com.google.code.gson:gson:2.13.2' - implementation 'com.mysql:mysql-connector-j:8.4.0' + implementation 'com.mysql:mysql-connector-j:9.5.0' implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1" // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3