Skip to content
Snippets Groups Projects

chore(deps): update junit5 monorepo to v5.8.0

Merged RenovateBot requested to merge renovate/junit5-monorepo into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -48,8 +48,8 @@ dependencies {
@@ -48,8 +48,8 @@ dependencies {
// Testing
// Testing
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.mockito:mockito-core:3.12.4'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.0'
}
}
test {
test {
Loading