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 ffc7eae commit ff029cbCopy full SHA for ff029cb
build.gradle
@@ -43,7 +43,7 @@ dependencies {
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}"
46
- testImplementation 'com.google.protobuf:protobuf-java-util:3.25.2'
+ testImplementation 'com.google.protobuf:protobuf-java-util:3.25.3'
47
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.7.1.1872'
48
testImplementation 'org.mockito:mockito-core:5.+'
49
testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}"
0 commit comments