Skip to content

Commit 04afb5b

Browse files
fix(deps): update dependency org.postgresql:postgresql to v42.7.4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a0550a commit 04afb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ subprojects {
5959
mockitoVersion = '5.4.0'
6060
openlineageVersion = '1.13.1'
6161
slf4jVersion = '1.7.36'
62-
postgresqlVersion = '42.6.0'
62+
postgresqlVersion = '42.7.4'
6363
}
6464

6565
dependencies {

0 commit comments

Comments
 (0)