We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f917663 commit 7a684feCopy full SHA for 7a684fe
build.gradle
@@ -39,7 +39,7 @@ dependencies {
39
testImplementation "org.sonarsource.sonarqube:sonar-testing-harness:${sonarHarnessVersion}"
40
testImplementation 'org.assertj:assertj-core:3.25.1'
41
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
42
- testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
43
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
44
testImplementation "org.sonarsource.sonarqube:sonar-scanner-engine:${sonarPluginApiVersion}"
45
testImplementation "org.sonarsource.sonarqube:sonar-ws:${sonarqubeWsVersion}"
0 commit comments