We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559ae5a commit ed52bd5Copy full SHA for ed52bd5
build.gradle
@@ -12,10 +12,10 @@ repositories {
12
}
13
14
dependencies {
15
- testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.3,)'
+ testImplementation 'org.junit.jupiter:junit-jupiter:[5.12.0,)'
16
testImplementation 'org.hamcrest:hamcrest-core:[3.0,)'
17
- testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
18
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.3,)'
+ testImplementation 'org.zapodot:embedded-db-junit-jupiter:2.2.0'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.12.0,)'
19
20
21
test {
0 commit comments