diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-08-07 14:08:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-07 14:08:50 +0000 |
| commit | c940c78d559e53befbc05848ba1c86dda0cd5f07 (patch) | |
| tree | a4621f9bcb41c1b489a6fa72b38834dfe4fcf40e | |
| parent | f52d13819e431af39e5a8c9be178307261a12d19 (diff) | |
| download | LunaticChat-c940c78d559e53befbc05848ba1c86dda0cd5f07.tar.gz LunaticChat-c940c78d559e53befbc05848ba1c86dda0cd5f07.tar.bz2 LunaticChat-c940c78d559e53befbc05848ba1c86dda0cd5f07.zip | |
fix(deps): update junit-framework monorepo to v6.1.3 (#276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 107c160..5e0a939 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.2") - add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.1.2") + add("testImplementation", "org.junit.jupiter:junit-jupiter-api:6.1.3") + add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.1.3") } } } |
