From f46e5b511af7e3e9f79a02605fa117bc47e8f030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:39:55 +0000 Subject: [PATCH] Bump logback-core from 1.2.11 to 1.4.4 Bumps [logback-core](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.4. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core 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 893edbd9..2c033af4 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testImplementation ('org.testng:testng:7.5') testImplementation ('com.squareup.okhttp:mockwebserver:2.7.5') testImplementation ('ch.qos.logback:logback-classic:1.2.11') - testImplementation ('ch.qos.logback:logback-core:1.2.11') + testImplementation ('ch.qos.logback:logback-core:1.4.4') testImplementation ('commons-io:commons-io:2.11.0') }