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.
1 parent a569a76 commit 6f11384Copy full SHA for 6f11384
build.gradle
@@ -12,8 +12,8 @@ repositories {
12
}
13
14
dependencies {
15
- testImplementation 'org.junit.jupiter:junit-jupiter-api:[5.8.2,)'
16
- testImplementation 'org.junit.jupiter:junit-jupiter-engine:[5.8.2,)'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:[5.9.0,)'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:[5.9.0,)'
17
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
18
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.0.2,)'
19
testImplementation 'com.h2database:h2:[2.1.214,)'
0 commit comments