Skip to content

Commit ca5f514

Browse files
Update dependency org.postgresql:postgresql to v42.7.8
1 parent 989e2f6 commit ca5f514

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
@@ -71,7 +71,7 @@ dependencies {
7171
implementation "org.springdoc:springdoc-openapi-starter-webmvc-api:${springDocVersion}"
7272

7373
// driver for postgres
74-
implementation "org.postgresql:postgresql:42.7.4"
74+
implementation "org.postgresql:postgresql:42.7.8"
7575
//driver for h2
7676
implementation "com.h2database:h2:2.3.232"
7777

0 commit comments

Comments
 (0)