Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group with 2 updates (#…
Browse files Browse the repository at this point in the history
…1792)

Bumps the minor-patch-dependencies group with 2 updates: io.swagger.core.v3:swagger-annotations and [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom).


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.24 to 2.2.25

Updates `com.google.cloud:libraries-bom` from 26.47.0 to 26.48.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.47.0...v26.48.0)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent a6c375d commit 445703a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

dependencies {
// Google dependencies versioned by bom
implementation platform('com.google.cloud:libraries-bom:26.47.0')
implementation platform('com.google.cloud:libraries-bom:26.48.0')
implementation "com.google.api-client:google-api-client"
implementation "com.google.cloud:google-cloud-bigquery"
implementation "com.google.cloud:google-cloud-storage"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ include 'azureDatabaseUtils'
gradle.ext.wsmVersion = "0.254.1150-SNAPSHOT"

// Single place to define the versions of dependencies shared between components.
gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.24"
gradle.ext.librarySwaggerAnnotations = "io.swagger.core.v3:swagger-annotations:2.2.25"
gradle.ext.librarySwaggerCli = "io.swagger.codegen.v3:swagger-codegen-cli:3.0.56"

0 comments on commit 445703a

Please sign in to comment.