aboutsummaryrefslogtreecommitdiff
path: root/common/build.gradle.kts
diff options
context:
space:
mode:
authorJán Jančár2025-07-15 15:58:21 +0200
committerGitHub2025-07-15 15:58:21 +0200
commit4c52961479eb3db5e24dbea567b0c28c1efcde31 (patch)
tree739f8b3a85167518f092fb24dec83c6476cc8c82 /common/build.gradle.kts
parentba6657f54ed7865145c216ec13160ecf46e07633 (diff)
parent3d5a6e492d94651a4c0379f846dcfe5089aa1a8c (diff)
downloadECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.tar.gz
ECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.tar.zst
ECTester-4c52961479eb3db5e24dbea567b0c28c1efcde31.zip
Diffstat (limited to 'common/build.gradle.kts')
-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")
}