From b931003a28c5660d6f9b4d316e7125030b359f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:42:05 +0000 Subject: [PATCH] chore(deps): bump org.sonarsource.orchestrator:sonar-orchestrator-junit5 Bumps [org.sonarsource.orchestrator:sonar-orchestrator-junit5](https://github.com/SonarSource/orchestrator) from 4.6.0.1748 to 4.7.1.1872. - [Release notes](https://github.com/SonarSource/orchestrator/releases) - [Commits](https://github.com/SonarSource/orchestrator/compare/4.6.0.1748...4.7.1.1872) --- updated-dependencies: - dependency-name: org.sonarsource.orchestrator:sonar-orchestrator-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eae92da..db1e294 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation "org.sonarsource.sonarqube:sonar-scanner-engine:${sonarPluginApiVersion}" testImplementation "org.sonarsource.sonarqube:sonar-ws:${sonarqubeWsVersion}" testImplementation 'com.google.protobuf:protobuf-java-util:3.25.2' - testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.6.0.1748' + testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.7.1.1872' testImplementation 'org.mockito:mockito-core:5.+' testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}" testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.14'