Skip to content

Commit

Permalink
Merge branch 'main' into chore-use-java-17-sonar-cloud-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
josimar-silva authored Jan 15, 2024
2 parents 31a4af5 + 44ab3e1 commit 0d6cb07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation "org.sonarsource.analyzer-commons:sonar-analyzer-commons:${sonarAnalyzerCommonsVersion}"
implementation "org.sonarsource.java:java-surefire:${sonarJavaVersion}"

implementation "org.apache.commons:commons-lang3:3.13.0"
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.reflections:reflections:0.10.2"
implementation "com.google.inject:guice:7.0.0"
implementation "commons-io:commons-io:2.15.1"
Expand All @@ -47,7 +47,7 @@ dependencies {
testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.6.0.1748'
testImplementation 'org.mockito:mockito-core:5.+'
testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}"
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.11'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.14'
}

def antlrGeneratedSourcesPath = ['de', 'friday', 'sonarqube', 'gosu', 'antlr']
Expand Down

0 comments on commit 0d6cb07

Please sign in to comment.