aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJ08nY2025-03-22 22:17:34 +0100
committerJ08nY2025-04-16 12:25:06 +0200
commitb921927b8747ac8b66d3ccff22446b148c891f01 (patch)
tree08081e94fcf0d14ea20463fc5cee42a8d3763087 /common
parent2e0a31a16740cf05e1bec5b609e29a3c31ecbc83 (diff)
downloadECTester-b921927b8747ac8b66d3ccff22446b148c891f01.tar.gz
ECTester-b921927b8747ac8b66d3ccff22446b148c891f01.tar.zst
ECTester-b921927b8747ac8b66d3ccff22446b148c891f01.zip
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")
}