Skip to content

Commit c9867a6

Browse files
Update dependency org.postgresql:postgresql to v42.7.5 (#580)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba6e824 commit c9867a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ dependencies {
273273
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j
274274
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: versions.log4j
275275
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j
276-
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
276+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5'
277277
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
278278
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
279279
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson
@@ -333,7 +333,7 @@ dependencies {
333333
testImplementation group: 'org.springframework.batch', name: 'spring-batch-test'
334334
testImplementation group: 'org.javatuples', name: 'javatuples', version: '1.2'
335335

336-
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
336+
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5'
337337
testImplementation 'com.github.hmcts:fortify-client:1.4.6:all'
338338

339339
smokeTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit

0 commit comments

Comments
 (0)