diff --git a/build.gradle b/build.gradle index 1872827..e316c83 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'org.sonarqube' version '7.0.0.6105' + id 'org.sonarqube' version '7.2.2.6593' id 'com.jfrog.artifactory' version '5.2.5' id 'java' id 'jacoco' @@ -57,16 +57,16 @@ dependencies { implementation('org.slf4j:slf4j-api:2.0.17') - testImplementation(platform('org.junit:junit-bom:5.6.2')) + testImplementation(platform('org.junit:junit-bom:5.14.3')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport') testRuntimeOnly('org.junit.platform:junit-platform-launcher') - testImplementation('ch.qos.logback:logback-classic:1.5.27') - testImplementation('org.mockito:mockito-core:4.9.0') - testImplementation('org.assertj:assertj-core:3.10.0') + testImplementation('ch.qos.logback:logback-classic:1.5.32') + testImplementation('org.mockito:mockito-core:4.11.0') + testImplementation('org.assertj:assertj-core:3.27.7') testImplementation('org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:13.2.0.3137') - testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:26.1.0.118079') + testImplementation('org.sonarsource.sonarqube:sonar-plugin-api-impl:26.2.0.119303') } test { diff --git a/its/build.gradle b/its/build.gradle index ec98e24..ccaa85f 100644 --- a/its/build.gradle +++ b/its/build.gradle @@ -5,14 +5,14 @@ plugins { description = 'SonarQube JaCoCo :: Integration Tests' dependencies { - testImplementation(platform('org.junit:junit-bom:5.6.2')) + testImplementation(platform('org.junit:junit-bom:5.14.3')) testImplementation('org.junit.jupiter:junit-jupiter') testImplementation('org.junit.jupiter:junit-jupiter-migrationsupport') testRuntimeOnly('org.junit.platform:junit-platform-launcher') testImplementation('org.mockito:mockito-core:1.10.19') - testImplementation('org.assertj:assertj-core:3.10.0') - testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.0.1.3892') - testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7') + testImplementation('org.assertj:assertj-core:3.27.7') + testImplementation('org.sonarsource.orchestrator:sonar-orchestrator-junit4:6.1.0.3962') + testImplementation('org.sonarsource.sonarqube:sonar-ws:6.7.7') testImplementation('com.google.code.findbugs:jsr305:3.0.2') }