Skip to content

Commit

Permalink
Merge pull request #303 from conorheffron/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.cloud-google-cloud-secretmanager-2.56.0

Bump com.google.cloud:google-cloud-secretmanager from 2.55.0 to 2.56.0
  • Loading branch information
conorheffron authored Jan 16, 2025
2 parents 778eeb4 + 49bac92 commit 1d6b2b4
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 = '6.0.0'
version = '6.0.1'
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.55.0'
implementation 'com.google.cloud:google-cloud-secretmanager:2.56.0'

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

0 comments on commit 1d6b2b4

Please sign in to comment.