From 28dcb329a263d8714e6e1bbb496314ab1eb67b46 Mon Sep 17 00:00:00 2001 From: Peter Isberg Date: Tue, 4 Aug 2026 18:26:28 +0200 Subject: [PATCH] chore: bump async-test-lib to 1.7.0-RC8 RC4 to RC8, branched from chore/vibetags-1.0.0-rc10 because that is the tree the bump was verified on: the full Gradle build ran green against the RC8 artifact from Maven Central on 2026-08-04, ConcurrencySafetyTest 8/8. RC8 rejects invocations/threads below 1 at config build time, closing the hole where a misconfigured @AsyncTest reported a passing test whose body never ran. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01UsCqogShCj1AVTEcP4FzLg --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcb05ab..4566ec9 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.2' // async-test-lib: JUnit 5 extension that stress-tests concurrent code (@AsyncTest). - testImplementation 'se.deversity.async-test-lib:async-test-lib:1.7.0-RC4' + testImplementation 'se.deversity.async-test-lib:async-test-lib:1.7.0-RC8' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.0' // code-karta CLI (shaded), used only by the `diagrams` task below.