Skip to content

Commit

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

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] committed Feb 9, 2023
1 parent f260382 commit 9a79bb7
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 = '5.1.0'
openlineageVersion = '0.19.2'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.5.1'
postgresqlVersion = '42.5.3'
isReleaseVersion = !version.endsWith('SNAPSHOT')
}

Expand Down

0 comments on commit 9a79bb7

Please sign in to comment.