From 83c65c02f57217bce45e0f385357c1b939698019 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 23 Oct 2025 23:07:07 +0000 Subject: [PATCH] Update plugin jcstress to v0.9.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7ac3a6a74f..5a535d5362 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -109,7 +109,7 @@ weld-se-core = { module = "org.jboss.weld.se:weld-se-core", version = "6.0.3.Fin weld-junit5 = { module = "org.jboss.weld:weld-junit5", version = "5.0.3.Final" } [plugins] -jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" } +jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.9.0" } jmh = { id = "me.champeau.jmh", version = "0.7.3" } openapi-generator = { id = "org.openapi.generator", version = "7.12.0" } quarkus = { id = "io.quarkus", version.ref = "quarkus" }