Skip to content

Commit

Permalink
CVE Fix for Postgresql (#197)
Browse files Browse the repository at this point in the history
Upgrading Postgresql to version 42.5.1 to fix CVE-2022-41946
  • Loading branch information
prudhvi-maddineni authored Nov 30, 2022
1 parent e804e7a commit 65a862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 65a862f

Please sign in to comment.