From 7f23d8bc44ec4a7f844b1017955a7846b93d0007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:43:41 +0200 Subject: [PATCH] chore(deps): bump org.sonarsource.orchestrator:sonar-orchestrator-junit5 from 4.0.0.404 to 4.1.0.495 (#111) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index df319bc..ecd5c13 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.23.4' - testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.0.0.404' + testImplementation 'org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.1.0.495' testImplementation 'org.mockito:mockito-core:5.+' testRuntimeOnly "org.sonarsource.sonarqube:sonar-plugin-api:${sonarPluginApiVersion}" testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.11'