Skip to content

Commit a964567

Browse files
Update dependency org.postgresql:postgresql to v42.7.8 (#699)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d85842 commit a964567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ dependencies {
163163
implementation "org.flywaydb:flyway-core:9.22.3"
164164
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
165165
implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.1.0'
166-
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.7'
166+
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
167167
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'
168168
constraints {
169169
implementation('com.google.guava:guava:33.4.8-jre') {

0 commit comments

Comments
 (0)