Skip to content

Commit 3e78bd5

Browse files
committed
Add jcstress dependencies
1 parent 9123670 commit 3e78bd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jakarta-servlet-api = { module = "jakarta.servlet:jakarta.servlet-api", version
7070
jakarta-validation-api = { module = "jakarta.validation:jakarta.validation-api", version = "3.1.1" }
7171
jakarta-ws-rs-api = { module = "jakarta.ws.rs:jakarta.ws.rs-api", version = "4.0.0" }
7272
javax-servlet-api = { module = "javax.servlet:javax.servlet-api", version = "4.0.1" }
73+
jcstress-core = { module = "org.openjdk.jcstress:jcstress-core", version = "0.16" }
7374
junit-bom = { module = "org.junit:junit-bom", version = "5.12.1" }
7475
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.18" }
7576
micrometer-bom = { module = "io.micrometer:micrometer-bom", version = "1.14.5" }
@@ -97,6 +98,7 @@ threeten-extra = { module = "org.threeten:threeten-extra", version = "1.8.0" }
9798

9899
[plugins]
99100
jandex = { id = "org.kordamp.gradle.jandex", version = "2.1.0" }
101+
jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.15" }
100102
openapi-generator = { id = "org.openapi.generator", version = "7.12.0" }
101103
quarkus = { id = "io.quarkus", version.ref = "quarkus" }
102104
rat = { id = "org.nosphere.apache.rat", version = "0.8.1" }

0 commit comments

Comments
 (0)