@@ -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