From f1d2b43063da968792c3349d5b4c71a77bfe1b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:04:19 +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 [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin). Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.19 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.19) Updates `org.jfrog.buildinfo:build-info-extractor-gradle` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/jfrog/artifactory-gradle-plugin/releases) - [Commits](https://github.com/jfrog/artifactory-gradle-plugin/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- library/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 7962b48b..ac709b65 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -12,5 +12,5 @@ dependencies { implementation 'org.sonarqube:org.sonarqube.gradle.plugin:4.4.1.3373' implementation 'info.picocli:picocli:4.7.7' implementation 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1' - implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:6.0.0' + implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:6.0.1' } \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index d3507679..10776d6d 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.0" - implementation 'ch.qos.logback:logback-classic:1.5.18' + implementation 'ch.qos.logback:logback-classic:1.5.19' testImplementation 'org.json:json:20250517' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3'