Skip to content

Commit 0b2a404

Browse files
Branch was auto-updated.
2 parents c4c3a34 + 533b5c7 commit 0b2a404

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
@@ -272,7 +272,7 @@ dependencies {
272272
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: versions.log4j
273273
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: versions.log4j
274274
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j
275-
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.7'
275+
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
276276
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
277277
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
278278
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.7'
336+
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
337337
testImplementation 'com.github.hmcts:fortify-client:1.4.10:all'
338338

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

0 commit comments

Comments
 (0)