From f69cc031a5e6e0846225ad52336df8fd355bee21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:33:03 +0000 Subject: [PATCH] [AJ-1783]: Bump ch.qos.logback:logback-classic Bumps the minor-and-patch-updates group with 1 update: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.8 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.7...v_1.5.8) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index aec7aaf..f6fea0a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -23,7 +23,7 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.0" - implementation 'ch.qos.logback:logback-classic:1.5.7' + implementation 'ch.qos.logback:logback-classic:1.5.8' testImplementation 'org.json:json:20240303' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' testImplementation 'org.skyscreamer:jsonassert:1.5.3'