Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 10, 2024
1 parent 3439bc2 commit 6d8c6d8
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 @@ -356,7 +356,7 @@ dependencies {
implementation group: 'com.microsoft.azure', name: 'applicationinsights-runtime-attach', version: '3.5.4'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '3.5.4'

implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.3'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.15.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.2'
Expand Down

0 comments on commit 6d8c6d8

Please sign in to comment.