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.
2 parents f00cae3 + 6e82e16 commit 05643beCopy full SHA for 05643be
howto-dapp/build.gradle
@@ -12,8 +12,8 @@ repositories {
12
}
13
14
dependencies {
15
- testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
16
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
17
implementation 'com.google.code.gson:gson:2.13.2'
18
implementation 'com.mysql:mysql-connector-j:8.4.0'
19
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"
0 commit comments