Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] committed Feb 20, 2022
1 parent b23ac4a commit 868d59f
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 @@ -28,7 +28,7 @@ dependencies {
// prevents version clashes for jackson databind
compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-scala_2.11', version: jacksonScalaVer

compile group: 'org.postgresql', name: 'postgresql', version: '42.2.5'
compile group: 'org.postgresql', name: 'postgresql', version: '42.3.3'
}

repositories {
Expand Down

0 comments on commit 868d59f

Please sign in to comment.