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 602836d commit bcd5e30Copy full SHA for bcd5e30
build.gradle
@@ -55,7 +55,7 @@ dependencies {
55
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:5.6.1.2597'
56
testImplementation 'org.mockito:mockito-core:5.+'
57
testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}"
58
- testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.14'
+ testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.18'
59
}
60
61
def antlrGeneratedSourcesPath = ['de', 'friday', 'sonarqube', 'gosu', 'antlr']
0 commit comments