Skip to content

Commit

Permalink
[PF-2983]: Bump the minor-patch-dependencies group across 1 directory…
Browse files Browse the repository at this point in the history
… 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](googleapis/java-cloud-bom@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 12ac301 commit bb99e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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}"

Expand Down

0 comments on commit bb99e41

Please sign in to comment.