Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion datarepo-client/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}

Expand Down
Loading