From 994a81f3b490478c89a3d63663163f7b69a9c27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 06:46:28 +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 5.6.1.2597 to 5.6.2.2625. - [Release notes](https://github.com/SonarSource/orchestrator/releases) - [Commits](https://github.com/SonarSource/orchestrator/compare/5.6.1.2597...5.6.2.2625) --- updated-dependencies: - dependency-name: org.sonarsource.orchestrator:sonar-orchestrator-junit5 dependency-version: 5.6.2.2625 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b71450..c807b69 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,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:5.6.1.2597' + testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:5.6.2.2625' testImplementation 'org.mockito:mockito-core:5.+' testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}" testRuntimeOnly 'ch.qos.logback:logback-classic:1.5.18'