Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.3 (gr…
Browse files Browse the repository at this point in the history
…ails#303)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 580f7de commit b4fbe5c
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 @@ -16,7 +16,7 @@ dependencies {
implementation(project(":grails-forge-core"))
runtimeOnly "ch.qos.logback:logback-classic:1.4.14"
implementation("io.micronaut.data:micronaut-data-jdbc")
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.postgresql:postgresql:42.7.3'
implementation 'com.google.cloud.sql:postgres-socket-factory:1.15.1'
implementation "io.micronaut.sql:micronaut-jdbc-hikari"
implementation 'io.micronaut.flyway:micronaut-flyway'
Expand Down

0 comments on commit b4fbe5c

Please sign in to comment.