Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 21, 2024
1 parent 283af3a commit bd281ff
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 @@ -279,7 +279,7 @@ dependencies {

implementation group: 'com.vladmihalcea', name: 'hibernate-types-55', version: '2.21.1'
implementation group: 'org.liquibase', name: 'liquibase-core', version: '4.26.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.6.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: reformLoggingVersion
Expand Down

0 comments on commit bd281ff

Please sign in to comment.