Skip to content

Commit

Permalink
Merge pull request #550 from thoughtworks/dependabot/gradle/org.postg…
Browse files Browse the repository at this point in the history
…resql-postgresql-42.7.4

Bump org.postgresql:postgresql from 42.7.3 to 42.7.4
  • Loading branch information
chadlwilson authored Sep 25, 2024
2 parents cf5924a + 983b8b3 commit 593188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {
implementation("io.micronaut.flyway:micronaut-flyway")
implementation("io.micronaut.data:micronaut-data-jdbc")
implementation("io.micronaut.sql:micronaut-jdbc-hikari")
runtimeOnly("org.postgresql:postgresql:42.7.3") // Remove fixed version when micronaut has updated to 42.5.5+
runtimeOnly("org.postgresql:postgresql:42.7.4") // Remove fixed version when micronaut has updated to 42.5.5+

// R2BDC data access (for use by all data sources)
implementation("io.micronaut.data:micronaut-data-r2dbc")
Expand Down

0 comments on commit 593188f

Please sign in to comment.