Skip to content

Commit

Permalink
Drop unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jan 31, 2024
1 parent f12b5b2 commit e89bfa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ val creekVersion = "0.4.2-SNAPSHOT"
val junitVersion = "5.10.1"
val junitPioneerVersion = "2.2.0"
val mockitoVersion = "5.9.0"
val hamcrestVersion = "2.2"
val jmhVersion = "1.37"
val confluentVersion = "7.5.3"
val vertxVersion = "4.5.1"
Expand Down Expand Up @@ -83,7 +82,6 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testImplementation("org.junit-pioneer:junit-pioneer:$junitPioneerVersion")
testImplementation("org.mockito:mockito-junit-jupiter:$mockitoVersion")
testImplementation("org.hamcrest:hamcrest-core:$hamcrestVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
}

Expand Down

0 comments on commit e89bfa5

Please sign in to comment.