Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling committed Dec 1, 2024
2 parents 4de2ed0 + 66b341b commit 172ad57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
testImplementation('org.hamcrest:hamcrest:3.0')
testImplementation('org.mockito:mockito-core:5.12.0')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.16.2')
testImplementation('org.mockito:mockito-core:5.14.2')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.17.4')
}

test {
Expand Down

0 comments on commit 172ad57

Please sign in to comment.