Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent cd1138b commit 4fab46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ subprojects {
mockitoVersion = '5.4.0'
openlineageVersion = '1.13.1'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.6.0'
postgresqlVersion = '42.7.4'
}

dependencies {

0 comments on commit 4fab46b

Please sign in to comment.