summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-24 03:36:06 +0900
committerGitHub <noreply@github.com>2026-01-24 03:36:06 +0900
commitac80dc3ce71f9be0397442208cac80f6069eea03 (patch)
treef7af3cb7caa5ff610b17e34b34d2c68e8d22bbe1
parentd25803f4d4795be3725c29efffd998eae5e1e633 (diff)
parent1e140810f2f02ac0baac86748cde717c1844ef7a (diff)
downloadLunaticChat-ac80dc3ce71f9be0397442208cac80f6069eea03.tar.gz
LunaticChat-ac80dc3ce71f9be0397442208cac80f6069eea03.tar.bz2
LunaticChat-ac80dc3ce71f9be0397442208cac80f6069eea03.zip
Merge pull request #63 from m1sk9/renovate/major-junit-framework-monorepo
fix(deps): update junit-framework monorepo to v6 (major)
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 26570b3..f1fd41a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -54,8 +54,8 @@ subprojects {
dependencies {
// Common test dependencies (applied to all subprojects)
add("testImplementation", "org.jetbrains.kotlin:kotlin-test-junit5")
- add("testImplementation", "org.junit.jupiter:junit-jupiter-api:5.14.2")
- add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:5.14.2")
+ add("testImplementation", "org.junit.jupiter:junit-jupiter-api:6.0.2")
+ add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.0.2")
}
}
}