From b3ca7367a04dc99cdd1c796338cf0968a5bc8feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:19:42 +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.8 to 1.5.10 - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.8...v_1.5.10) --- 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 3c5a749..f30d046 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.8' + implementation 'ch.qos.logback:logback-classic:1.5.10' testImplementation 'org.json:json:20240303' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3'