Skip to content

Commit

Permalink
Merge pull request #30 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 May 12, 2023
2 parents f179781 + e9ef240 commit 8916103
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('nl.jqno.equalsverifier:equalsverifier:3.14.1')
}

Expand Down

0 comments on commit 8916103

Please sign in to comment.