From ced8952d5d43cbb419645863408b3d30c2795b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:04:12 +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: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson), [info.picocli:picocli](https://github.com/remkop/picocli) and [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `info.picocli:picocli` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/remkop/picocli/compare/v4.7.6...v4.7.7) Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.2 to 7.0.3 - [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/7.0.2...gradle/7.0.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: info.picocli:picocli dependency-version: 4.7.7 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: 7.0.3 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 ++-- cli/build.gradle | 2 +- library/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index c19bf4e3..6b28e81c 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -7,10 +7,10 @@ repositories { } dependencies { - implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.0.2' + implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.0.3' 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.6' + 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:5.2.5' } \ No newline at end of file diff --git a/cli/build.gradle b/cli/build.gradle index 40f35f45..0f47c1b8 100644 --- a/cli/build.gradle +++ b/cli/build.gradle @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation 'info.picocli:picocli:4.7.6' + implementation 'info.picocli:picocli:4.7.7' implementation project(':library') } diff --git a/library/build.gradle b/library/build.gradle index 7cf32399..318016cb 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -25,7 +25,7 @@ dependencies { api "org.apache.avro:avro:1.12.0" implementation 'ch.qos.logback:logback-classic:1.5.18' testImplementation 'org.json:json:20250107' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }