Skip to content

Commit

Permalink
Merge pull request #138 from KyoriPowered/renovate/junit5-monorepo
Browse files Browse the repository at this point in the history
chore(deps): Update junit5 monorepo to v5.10.0
  • Loading branch information
zml2008 authored Aug 27, 2023
2 parents 9463fc1 + 205f4b4 commit c3716ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ subprojects {
}
annotationProcessor 'ca.stellardrift:contract-validator:1.0.1'
checkstyle 'ca.stellardrift:stylecheck:0.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
}

tasks.withType(Javadoc).configureEach {
Expand Down

0 comments on commit c3716ff

Please sign in to comment.