Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

chore(deps): bump org.junit:junit-bom from 5.9.3 to 5.10.0 #252

Merged
merged 1 commit into from
Jul 24, 2023
Merged
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 @@ -85,7 +85,7 @@ dependencies {
// Testing
testImplementation("org.mockito", "mockito-core", "4.0.0")
testImplementation("com.nhaarman.mockitokotlin2", "mockito-kotlin", "2.2.0")
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation("org.junit.jupiter", "junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
}
Expand Down