Skip to content

Commit c911d69

Browse files
Update junit-framework monorepo to v6
1 parent f421506 commit c911d69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jacocoTestReport {
6666
test.finalizedBy jacocoTestReport
6767

6868
dependencies {
69-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
70-
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
69+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
70+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:6.0.0'
7171
testImplementation 'org.mockito:mockito-core:4.9.0'
7272
testImplementation 'org.assertj:assertj-core:3.10.0'
7373
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'

its/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
description = 'SonarQube JaCoCo :: Integration Tests'
66

77
dependencies {
8-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
9-
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:5.6.2'
8+
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0'
9+
testImplementation 'org.junit.jupiter:junit-jupiter-migrationsupport:6.0.0'
1010
testImplementation 'org.mockito:mockito-core:1.10.19'
1111
testImplementation 'org.assertj:assertj-core:3.10.0'
1212
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit4:5.5.0.2535'

0 commit comments

Comments
 (0)