Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent f37cb4c commit 4bc3a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/backend.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("org.springframework:spring-r2dbc")
implementation("org.springframework.data:spring-data-r2dbc")
implementation("org.postgresql:r2dbc-postgresql")
runtimeOnly("org.postgresql:postgresql:42.3.1")
runtimeOnly("org.postgresql:postgresql:42.7.3")

implementation(libs.spring.dotenv)
implementation(libs.sendgrid)
Expand Down

0 comments on commit 4bc3a09

Please sign in to comment.