File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
5757
5858 implementation(' org.slf4j:slf4j-api:2.0.17' )
5959
60- testImplementation(platform(' org.junit:junit-bom:5.6.2 ' ))
60+ testImplementation(platform(' org.junit:junit-bom:6.0.3 ' ))
6161 testImplementation(' org.junit.jupiter:junit-jupiter' )
6262 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
6363 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55description = ' SonarQube JaCoCo :: Integration Tests'
66
77dependencies {
8- testImplementation(platform(' org.junit:junit-bom:5.6.2 ' ))
8+ testImplementation(platform(' org.junit:junit-bom:6.0.3 ' ))
99 testImplementation(' org.junit.jupiter:junit-jupiter' )
1010 testImplementation(' org.junit.jupiter:junit-jupiter-migrationsupport' )
1111 testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
You can’t perform that action at this time.
0 commit comments