Skip to content

Commit 8118b2f

Browse files
committed
Update dependency org.postgresql:postgresql to v42.2.19
1 parent 42ad5f8 commit 8118b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
compile "io.javalin:javalin:2.8.0"
6565
compile "com.github.kittinunf.fuel:fuel:2.3.0"
6666
compile group: 'com.amazonaws', name: 'aws-java-sdk-dynamodb', version: '1.11.879'
67-
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.14'
67+
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.19'
6868
compile 'com.zaxxer:HikariCP:3.4.5'
6969
compile 'com.github.ben-manes.caffeine:caffeine:2.8.5'
7070
compile group: 'ai.djl', name: 'api', version: '0.3.0'

0 commit comments

Comments
 (0)