Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:1.3.3") // logging framework for the tests

testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") // junit testing framework
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2") // generated parameters for tests
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") // generated parameters for tests
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") // testing runtime
}

Expand Down