aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/build.gradle.kts b/common/build.gradle.kts
index ee30247..6fb4585 100644
--- a/common/build.gradle.kts
+++ b/common/build.gradle.kts
@@ -21,9 +21,9 @@ dependencies {
// https://mvnrepository.com/artifact/com.klinec/jcardsim
api("com.klinec:jcardsim:3.0.5.11")
- testImplementation(platform("org.junit:junit-bom:5.10.2"))
+ testImplementation(platform("org.junit:junit-bom:5.11.2"))
testImplementation("org.junit.jupiter:junit-jupiter")
- testImplementation("org.junit-pioneer:junit-pioneer:2.2.0")
+ testImplementation("org.junit-pioneer:junit-pioneer:2.3.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}