Skip to content

Commit 7ad983c

Browse files
authored
Merge pull request #588 from thoughtworks/dependabot/gradle/org.postgresql-postgresql-42.7.5
Bump org.postgresql:postgresql from 42.7.4 to 42.7.5
2 parents a0bef44 + 102b2eb commit 7ad983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ dependencies {
111111
implementation("io.micronaut.flyway:micronaut-flyway")
112112
implementation("io.micronaut.data:micronaut-data-jdbc")
113113
implementation("io.micronaut.sql:micronaut-jdbc-hikari")
114-
runtimeOnly("org.postgresql:postgresql:42.7.4") // Remove fixed version when micronaut has updated to 42.5.5+
114+
runtimeOnly("org.postgresql:postgresql:42.7.5") // Remove fixed version when micronaut has updated to 42.5.5+
115115

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

0 commit comments

Comments
 (0)