Skip to content

Commit

Permalink
build(deps): bump com.google.cloud:libraries-bom from 26.48.0 to 26.4…
Browse files Browse the repository at this point in the history
…9.0 (#235)

* build(deps): bump com.google.cloud:libraries-bom from 26.48.0 to 26.49.0

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.48.0 to 26.49.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.48.0...v26.49.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* dependabot

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ndr_brt <[email protected]>
  • Loading branch information
dependabot[bot] and ndr-brt authored Oct 16, 2024
1 parent 6fa4b7a commit 1f92e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
version: 2
updates:
# maintain dependencies for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly" # default = monday
open-pull-requests-limit: 5
interval: "weekly"
labels:
- "dependencies"
- "github_actions"

# maintain dependencies for Gradle
- package-ecosystem: "gradle" # checks build.gradle(.kts) and settings.gradle(.kts)
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 5
interval: "weekly"
labels:
- "dependencies"
- "java"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ awaitility = "4.2.0"
failsafe = "3.3.1"
googleApiGax = "2.55.0"
googleApisIam = "v2-rev20240108-2.0.0"
googleCloudBom = "26.48.0"
googleCloudBom = "26.49.0"
identityhub = "0.3.1"
junit = "5.11.2"
restAssured = "5.5.0"
Expand Down

0 comments on commit 1f92e35

Please sign in to comment.