From 401dc3ea0761862df18efcc8a5cbcc20759741fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:25:46 +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), com.google.cloud.artifactregistry.gradle-plugin and [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.google.cloud.artifactregistry.gradle-plugin` from 2.1.5 to 2.2.5 Updates `com.diffplug.spotless:spotless-plugin-gradle` from 7.0.4 to 7.2.1 - [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.4...gradle/7.2.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-updates - dependency-name: com.google.cloud.artifactregistry.gradle-plugin dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-updates ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle | 2 +- library/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 17e33f32..f95675d6 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.0.4' + implementation 'com.diffplug.spotless:spotless-plugin-gradle:7.2.1' 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' diff --git a/library/build.gradle b/library/build.gradle index ad0665d9..18928e5a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -4,7 +4,7 @@ plugins { id 'bio.terra.pfb.java-library-conventions' id 'com.github.davidmc24.gradle.plugin.avro' version '1.9.1' id 'me.champeau.jmh' version '0.7.3' - id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5' + id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.2.5' } repositories { @@ -22,7 +22,7 @@ dependencies { api "org.apache.avro:avro:1.12.0" implementation 'ch.qos.logback:logback-classic:1.5.18' testImplementation 'org.json:json:20250517' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2' testImplementation 'org.skyscreamer:jsonassert:1.5.3' }