Skip to content

Commit bcf498b

Browse files
authored
Update build.gradle.kts
1 parent 488e90c commit bcf498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation("org.junit.jupiter:junit-jupiter-api:[5.9.1,)")
1919
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:[5.9.1,)")
2020
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
21-
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.0,)")
21+
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
2222
}
2323

2424
tasks.test {

0 commit comments

Comments
 (0)