Skip to content

Commit 8a131b3

Browse files
fix(deps): update dependency com.mysql:mysql-connector-j to v9
1 parent 97df073 commit 8a131b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

howto-dapp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
1616
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
1717
implementation 'com.google.code.gson:gson:2.13.2'
18-
implementation 'com.mysql:mysql-connector-j:8.4.0'
18+
implementation 'com.mysql:mysql-connector-j:9.5.0'
1919
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
2020

2121
// https://mvnrepository.com/artifact/org.apache.commons/commons-lang3

0 commit comments

Comments
 (0)