Skip to content

Commit

Permalink
fix(deps): update dependency com.google.cloud.sql:postgres-socket-fac…
Browse files Browse the repository at this point in the history
…tory to v1.12.0
  • Loading branch information
renovate[bot] committed Jun 17, 2023
1 parent 9fc656a commit 2c58c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-forge-analytics-postgres/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
runtimeOnly "ch.qos.logback:logback-classic:1.4.8"
implementation("io.micronaut.data:micronaut-data-jdbc")
implementation 'org.postgresql:postgresql:42.6.0'
implementation 'com.google.cloud.sql:postgres-socket-factory:1.11.2'
implementation 'com.google.cloud.sql:postgres-socket-factory:1.12.0'
implementation "io.micronaut.sql:micronaut-jdbc-hikari"
implementation 'io.micronaut.flyway:micronaut-flyway'
testCompileOnly "io.micronaut:micronaut-inject-groovy"
Expand Down

0 comments on commit 2c58c7b

Please sign in to comment.