Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.5.0 (#2138
Browse files Browse the repository at this point in the history
)

Signed-off-by: Renovate Bot <bot@renovateapp.com>

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2022
1 parent 0a3e3e7 commit c5fc6bf
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
Expand Up @@ -62,7 +62,7 @@ subprojects {
mockitoVersion = '4.8.0'
openlineageVersion = '0.14.1'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.3.7'
postgresqlVersion = '42.5.0'
isReleaseVersion = !version.endsWith('SNAPSHOT')
}

Expand Down

0 comments on commit c5fc6bf

Please sign in to comment.