From 68cc97257888738e51428fa8c80e7996c2378753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:58:11 +0000 Subject: [PATCH 1/2] [DT-400-gradle]: Bump com.google.cloud.artifactregistry.gradle-plugin Bumps com.google.cloud.artifactregistry.gradle-plugin from 2.1.5 to 2.2.5. --- updated-dependencies: - dependency-name: com.google.cloud.artifactregistry.gradle-plugin dependency-version: 2.2.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- datarepo-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datarepo-client/build.gradle b/datarepo-client/build.gradle index fbbbfb2635..4f20afbf38 100644 --- a/datarepo-client/build.gradle +++ b/datarepo-client/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java-library' id 'maven-publish' - id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5' + id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.2.5' id 'org.hidetake.swagger.generator' } From 4b3a7ab84fd1a74fed32eff0558929677720ec2f Mon Sep 17 00:00:00 2001 From: Rae Johanek Date: Wed, 1 Oct 2025 10:24:33 -0400 Subject: [PATCH 2/2] add as ignore instead of exclude --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 43b1aa388f..73112acfb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,3 +40,6 @@ updates: # (outside of semver major, minor, and patch designations) and will attempt to update # to the latest published version. - dependency-name: "io.kubernetes:client-java" + # Exclude artifact registry plugin until Java 21 upgrade + - dependency-name: "com.google.cloud.artifactregistry.gradle-plugin" + versions: [">= 2.2.5"]