From d60e167199b8f22af79c85328782e2c5e21d3ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:03:17 +0000 Subject: [PATCH] [CORE-69]: Bump the minor-and-patch-updates group with 2 updates Bumps the minor-and-patch-updates group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `ch.qos.logback:logback-classic` from 1.5.27 to 1.5.32 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.27...v_1.5.32) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.0 to 2.21.1 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 61a82bb..ef5d3e1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,9 +20,9 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.1" - implementation 'ch.qos.logback:logback-classic:1.5.27' + implementation 'ch.qos.logback:logback-classic:1.5.32' testImplementation 'org.json:json:20251224' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }