Skip to content

Commit

Permalink
Merge pull request #89 from w3stling/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-5.9.3

Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3
  • Loading branch information
w3stling authored Jun 1, 2023
2 parents a4715fd + fcd04b6 commit f7da5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
testImplementation(platform('org.junit:junit-bom:5.9.3'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.2')
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
testImplementation('org.hamcrest:hamcrest:2.2')
testImplementation('org.mockito:mockito-core:5.3.1')
Expand Down

0 comments on commit f7da5b0

Please sign in to comment.