Skip to content

Commit

Permalink
Bump com.google.cloud:google-cloud-secretmanager from 2.52.0 to 2.54.0 (
Browse files Browse the repository at this point in the history
#290)

* Bump com.google.cloud:google-cloud-secretmanager from 2.52.0 to 2.54.0

Bumps [com.google.cloud:google-cloud-secretmanager](https://github.com/googleapis/google-cloud-java) from 2.52.0 to 2.54.0.
- [Release notes](https://github.com/googleapis/google-cloud-java/releases)
- [Changelog](https://github.com/googleapis/google-cloud-java/blob/main/java-document-ai/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-java/commits)

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

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

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Conor Heffron <[email protected]>
  • Loading branch information
dependabot[bot] and conorheffron authored Dec 3, 2024
1 parent 1d7e8a1 commit 1ab4fee
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 @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '5.4.2'
version = '5.4.3'
description = "Sample Data Manager"

sourceCompatibility = 23
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation:' + springBootVersion

// GC Secret Manager
implementation 'com.google.cloud:google-cloud-secretmanager:2.52.0'
implementation 'com.google.cloud:google-cloud-secretmanager:2.54.0'

// SQL
implementation group: 'mysql', name: 'mysql-connector-java', version:'8.0.33'
Expand Down

0 comments on commit 1ab4fee

Please sign in to comment.