build.gradle: update EqualsVerifier to 3.7.2

This commit is contained in:
Andreas Schildbach 2021-12-14 15:53:39 +01:00
parent 88d05aca61
commit acecf4fc25

View file

@ -21,7 +21,7 @@ dependencies {
testImplementation 'org.slf4j:slf4j-jdk14:1.7.32'
testImplementation 'com.h2database:h2:1.3.176'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:2.5.2'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
}