We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50dcca0 commit f345b5bCopy full SHA for f345b5b
build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
testImplementation("org.awaitility:awaitility-groovy:4.2.1")
93
testImplementation("com.tngtech.archunit:archunit:1.3.0")
94
testImplementation("net.datafaker:datafaker:2.1.0")
95
- testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16')
+ testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.1')
96
97
testImplementation("org.slf4j:slf4j-simple:2.0.11") {
98
because "allows a library to log during tests even when only log4j api is on path"
0 commit comments