Skip to content

Commit 6f11384

Browse files
authored
Update build.gradle
1 parent a569a76 commit 6f11384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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:[5.8.2,)'
16-
testImplementation 'org.junit.jupiter:junit-jupiter-engine:[5.8.2,)'
15+
testImplementation 'org.junit.jupiter:junit-jupiter-api:[5.9.0,)'
16+
testImplementation 'org.junit.jupiter:junit-jupiter-engine:[5.9.0,)'
1717
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
1818
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.0.2,)'
1919
testImplementation 'com.h2database:h2:[2.1.214,)'

0 commit comments

Comments
 (0)