Merge pull request #747 from iSoron/dependabot/gradle/org.hamcrest-hamcrest-2.2

Bump hamcrest from 2.1 to 2.2
pull/748/head
Alinson S. Xavier 5 years ago committed by GitHub
commit 3ba26ac67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ kotlin {
implementation(kotlin("test"))
implementation(kotlin("test-junit"))
implementation("org.xerial:sqlite-jdbc:3.25.2")
implementation("org.hamcrest:hamcrest:2.1")
implementation("org.hamcrest:hamcrest:2.2")
implementation("nl.jqno.equalsverifier:equalsverifier:2.4.8")
implementation("org.apache.commons:commons-io:1.3.2")
implementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")

Loading…
Cancel
Save