Skip to content

Commit 5155e37

Browse files
authored
Merge pull request #451 from kit-data-manager/renovate/org.postgresql-postgresql-42.x
Update dependency org.postgresql:postgresql to v42.7.7
2 parents 9e431da + 51fd332 commit 5155e37

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
@@ -97,7 +97,7 @@ dependencies {
9797
runtimeOnly "org.apache.httpcomponents:httpclient:4.5.14"
9898

9999
// driver for postgres
100-
implementation "org.postgresql:postgresql:42.7.6"
100+
implementation "org.postgresql:postgresql:42.7.7"
101101
//driver for h2
102102
implementation "com.h2database:h2:2.3.232"
103103

0 commit comments

Comments
 (0)