We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e196e4b commit 41f43c5Copy full SHA for 41f43c5
howto-dapp/build.gradle
@@ -15,7 +15,7 @@ dependencies {
15
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
16
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
17
implementation 'com.google.code.gson:gson:2.13.1'
18
- implementation 'com.mysql:mysql-connector-j:8.4.0'
+ implementation 'com.mysql:mysql-connector-j:9.3.0'
19
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
20
21
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
0 commit comments