Skip to content

Commit

Permalink
Merge pull request #221 from DDS-GmbH/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-5.10.0

Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0
  • Loading branch information
AntonOellerer committed Aug 22, 2023
2 parents 10d8255 + afa2394 commit d224786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:32.1.2-jre")

testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.docutools:poipath:2.0.0")
}
Expand Down

0 comments on commit d224786

Please sign in to comment.