Skip to content

Commit 05643be

Browse files
authored
Merge pull request #197 from TimoliaDE/renovate/junit-framework-monorepo
fix(deps): update junit-framework monorepo to v6.0.3
2 parents f00cae3 + 6e82e16 commit 05643be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

howto-dapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2'
16-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.2'
15+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.3'
16+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.3'
1717
implementation 'com.google.code.gson:gson:2.13.2'
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)