build.gradle: update Hamcrest to 2.2

This commit is contained in:
Andreas Schildbach 2021-12-14 15:57:01 +01:00
parent acecf4fc25
commit fe749281c6

View File

@ -22,7 +22,7 @@ dependencies {
testImplementation 'com.h2database:h2:1.3.176'
testImplementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.7.2'
testImplementation 'org.hamcrest:hamcrest-library:1.3'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
}
sourceCompatibility = 1.7