Skip to content

Commit 618e646

Browse files
committed
(update) update depends
1 parent e196e4b commit 618e646

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

howto-dapp/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'com.gradleup.shadow' version '8.3.8'
4-
id 'org.jetbrains.kotlin.jvm' version '1.9.22'
4+
id 'org.jetbrains.kotlin.jvm' version '2.2.0'
55
}
66

77
group 'de.timolia.howto'
@@ -12,8 +12,8 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
16-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
15+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
16+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
1717
implementation 'com.google.code.gson:gson:2.13.1'
1818
implementation 'com.mysql:mysql-connector-j:8.4.0'
1919
implementation "com.github.kittinunf.fuel:fuel:3.0.0-alpha1"

0 commit comments

Comments
 (0)