Skip to content

Commit ed52bd5

Browse files
committed
Fixed embedded-db-junit-jupiter
1 parent 559ae5a commit ed52bd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.3,)'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:[5.12.0,)'
1616
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,)'
17+
testImplementation 'org.zapodot:embedded-db-junit-jupiter:2.2.0'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.12.0,)'
1919
}
2020

2121
test {

0 commit comments

Comments
 (0)