From 44ab3e11d049ab47e05b2fe06925334d35279504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:57:26 +0100 Subject: [PATCH] chore(deps): bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14 (#131) 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 c0afa1a..7079abe 100644 --- a/build.gradle +++ b/build.gradle @@ -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']