Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch-dependencies group with 3 updates: io.swagger.core.v3:swagger-annotations, au.com.dius.pact and [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom).


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.22 to 2.2.23

Updates `au.com.dius.pact` from 4.6.13 to 4.6.14

Updates `com.google.cloud:libraries-bom` from 26.44.0 to 26.45.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.44.0...v26.45.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: au.com.dius.pact
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c1a7952 commit 4252e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.44.0')
implementation platform('com.google.cloud:libraries-bom:26.45.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 service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id "org.hidetake.swagger.generator" version "2.19.2"
id 'org.gradle.test-retry' version '1.5.10'
id "org.sonarqube" version "5.1.0.4882"
id "au.com.dius.pact" version "4.6.13"
id "au.com.dius.pact" version "4.6.14"
}

// constants visible to all .gradle files in this project
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.1146-SNAPSHOT"

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

0 comments on commit 4252e5d

Please sign in to comment.