From 0871ea777e85f59b1880d1ba4d0efc3685eb382d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:22:22 -0400 Subject: [PATCH] [AJ-1783]: Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 in the minor-and-patch-updates group (#70) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index 6642253..aec7aaf 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.6' + implementation 'ch.qos.logback:logback-classic:1.5.7' testImplementation 'org.json:json:20240303' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' testImplementation 'org.skyscreamer:jsonassert:1.5.3'