build.gradle: update EqualsVerifier to 3.9

This commit is contained in:
Andreas Schildbach 2022-02-18 10:01:16 +01:00
parent 12573849ea
commit 07b627a249

View File

@ -23,7 +23,7 @@ dependencies {
testImplementation 'org.slf4j:slf4j-jdk14:1.7.36'
testImplementation 'com.h2database:h2:1.3.176'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.9'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
}