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 Aug 23, 2024
1 parent 94266f6 commit a2fa11e
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 @@ -309,7 +309,7 @@ dependencies {
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'
implementation group: 'com.microsoft.azure', name: 'applicationinsights-web', 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.projectlombok', name: 'lombok', version: versions.lombok
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: versions.elasticsearch
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: versions.elasticsearch
Expand Down

0 comments on commit a2fa11e

Please sign in to comment.