From bb99e41899404a4d9b42c1f4270a30b886979c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:49:34 +0000 Subject: [PATCH] [PF-2983]: Bump the minor-patch-dependencies group across 1 directory with 3 updates Bumps the minor-patch-dependencies group with 3 updates in the / directory: [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom), bio.terra:stairway-gcp and bio.terra:stairway-azure. Updates `com.google.cloud:libraries-bom` from 26.50.0 to 26.51.0 - [Release notes](https://github.com/googleapis/java-cloud-bom/releases) - [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json) - [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.50.0...v26.51.0) Updates `bio.terra:stairway-gcp` from 1.1.15-SNAPSHOT to 1.1.16-SNAPSHOT Updates `bio.terra:stairway-azure` from 1.1.15-SNAPSHOT to 1.1.16-SNAPSHOT Updates `bio.terra:stairway-azure` from 1.1.15-SNAPSHOT to 1.1.16-SNAPSHOT --- updated-dependencies: - dependency-name: com.google.cloud:libraries-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: bio.terra:stairway-gcp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: bio.terra:stairway-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: bio.terra:stairway-azure dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0a939fe..48a2a27 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { // Google dependencies // use common bom - implementation platform('com.google.cloud:libraries-bom:26.50.0') + implementation platform('com.google.cloud:libraries-bom:26.51.0') implementation group: 'com.google.cloud', name: 'google-cloud-core' implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' api group: 'com.google.guava', name: 'guava' @@ -75,7 +75,7 @@ dependencies { // Terra libraries implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: 'v0.0.329' - var stairwayVersion= '1.1.15-SNAPSHOT' + var stairwayVersion= '1.1.16-SNAPSHOT' api "bio.terra:stairway-gcp:${stairwayVersion}" implementation "bio.terra:stairway-azure:${stairwayVersion}"