From bab35f761beee29900f6a7ae5e9a0014a859be0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:58:49 +0000 Subject: [PATCH] fix(deps): update dependency com.github.kittinunf.fuel:fuel to v3.0.0-alpha04 --- 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 390dc1ae..befe2682 100644 --- a/howto-dapp/build.gradle +++ b/howto-dapp/build.gradle @@ -16,7 +16,7 @@ dependencies { 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.github.kittinunf.fuel:fuel:3.0.0-alpha1" + implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha04" // https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.20.0'