From 63158e2d865905b357afc2ab9fed7cd8eb19b382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:33:31 +0000 Subject: [PATCH] [CORE-69]: Bump the minor-and-patch-updates group with 3 updates Bumps the minor-and-patch-updates group with 3 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) and [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin). Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.20...v_1.5.21) Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/gradle/8.0.0...gradle/8.1.0) Updates `org.jfrog.buildinfo:build-info-extractor-gradle` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/jfrog/artifactory-gradle-plugin/releases) - [Commits](https://github.com/jfrog/artifactory-gradle-plugin/compare/6.0.2...6.0.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 4 ++-- library/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 1977d47c..1d8f3f96 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -7,10 +7,10 @@ repositories { } dependencies { - implementation 'com.diffplug.spotless:spotless-plugin-gradle:8.0.0' + implementation 'com.diffplug.spotless:spotless-plugin-gradle:8.1.0' implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12' 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.2' + implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:6.0.4' } \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index ce728c23..d60e45b1 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -20,7 +20,7 @@ repositories { dependencies { api "org.apache.avro:avro:1.12.1" - implementation 'ch.qos.logback:logback-classic:1.5.20' + implementation 'ch.qos.logback:logback-classic:1.5.21' testImplementation 'org.json:json:20250517' testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1' testImplementation 'org.skyscreamer:jsonassert:1.5.3'