summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-07-12 18:31:06 +0000
committerGitHub <noreply@github.com>2026-07-12 18:31:06 +0000
commitcfc8a197406e5f490140dd3c8880bb763ca4f330 (patch)
tree2501d2ba69f1f2cc43b805bd6ca5e1347740cd2d
parent3ca44f9c4dc9650135d494db6c8c718e588c5373 (diff)
downloadLunaticChat-cfc8a197406e5f490140dd3c8880bb763ca4f330.tar.gz
LunaticChat-cfc8a197406e5f490140dd3c8880bb763ca4f330.tar.bz2
LunaticChat-cfc8a197406e5f490140dd3c8880bb763ca4f330.zip
fix(deps): update junit-framework monorepo to v6.1.2 (#247)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--build.gradle.kts4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index cf7fe0f..56b985c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -63,8 +63,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:6.1.1")
- add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.1.1")
+ add("testImplementation", "org.junit.jupiter:junit-jupiter-api:6.1.2")
+ add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.1.2")
}
}
}