diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-02-15 17:27:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-15 17:27:03 +0000 |
| commit | e1f175b451f802b527941b4fce4bf43304f1d356 (patch) | |
| tree | 927eb692b57e4c0c29d6418a112e1c3926b61d87 | |
| parent | c5efb99b28d0cc958afbe9e5dc02ebc55e9626fe (diff) | |
| download | LunaticChat-e1f175b451f802b527941b4fce4bf43304f1d356.tar.gz LunaticChat-e1f175b451f802b527941b4fce4bf43304f1d356.tar.bz2 LunaticChat-e1f175b451f802b527941b4fce4bf43304f1d356.zip | |
fix(deps): update junit-framework monorepo to v6.0.3 (#107)
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 fb2b17c..7d52e10 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,8 +53,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.0.2") - add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.0.2") + add("testImplementation", "org.junit.jupiter:junit-jupiter-api:6.0.3") + add("testRuntimeOnly", "org.junit.jupiter:junit-jupiter-engine:6.0.3") } } } |
