1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge Fix Flaky Crypto Tests

This commit is contained in:
Robert Winch
2026-03-03 15:45:08 -06:00
6 changed files with 162 additions and 4 deletions
+3
View File
@@ -1,6 +1,7 @@
plugins {
id 'security-nullability'
id 'javadoc-warnings-error'
id 'java-test-fixtures'
}
apply plugin: 'io.spring.convention.spring-module'
@@ -11,6 +12,8 @@ dependencies {
optional 'org.bouncycastle:bcpkix-jdk18on'
optional libs.com.password4j.password4j
testFixturesImplementation "org.assertj:assertj-core"
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"
testImplementation "org.junit.jupiter:junit-jupiter-params"