Skip to content

Commit

Permalink
Update dependency org.postgresql:postgresql to v42.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2022
1 parent 2d9ba83 commit 9ba7e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.13.2.20220324', ext: 'pom'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '5.10.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.5.1'


implementation ('com.github.hmcts:data-ingestion-lib:0.5.1.6') {
Expand Down Expand Up @@ -358,7 +358,7 @@ dependencies {
testImplementation group: 'org.springframework.batch', name: 'spring-batch-test', version: '4.3.5'
testImplementation group: 'org.javatuples', name: 'javatuples', version: '1.2'

testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.5.1'

smokeTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
functionalTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
Expand Down

0 comments on commit 9ba7e53

Please sign in to comment.