diff options
| author | J08nY | 2025-03-22 22:17:34 +0100 |
|---|---|---|
| committer | J08nY | 2025-04-16 12:25:06 +0200 |
| commit | b921927b8747ac8b66d3ccff22446b148c891f01 (patch) | |
| tree | 08081e94fcf0d14ea20463fc5cee42a8d3763087 /standalone | |
| parent | 2e0a31a16740cf05e1bec5b609e29a3c31ecbc83 (diff) | |
| download | ECTester-b921927b8747ac8b66d3ccff22446b148c891f01.tar.gz ECTester-b921927b8747ac8b66d3ccff22446b148c891f01.tar.zst ECTester-b921927b8747ac8b66d3ccff22446b148c891f01.zip | |
Diffstat (limited to 'standalone')
| -rw-r--r-- | standalone/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/build.gradle.kts b/standalone/build.gradle.kts index c8baa36..4156dd6 100644 --- a/standalone/build.gradle.kts +++ b/standalone/build.gradle.kts @@ -21,9 +21,9 @@ dependencies { } implementation(project(":common")) - 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") } |
