Skip to content

Commit

Permalink
Merge pull request #274 from hmcts/RDCC-4696
Browse files Browse the repository at this point in the history
Update data ingestion library version to latest - CVE Fix
  • Loading branch information
ishratt authored Jun 9, 2022
2 parents fe3cde7 + 415bf9b commit 5e1d826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.13.2.20220324', ext: 'pom'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2.2'

implementation ('com.github.hmcts:data-ingestion-lib:0.5.1.2') {
implementation ('com.github.hmcts:data-ingestion-lib:0.5.1.6') {
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-web'
exclude group: 'org.glassfish', module: 'jakarta.el'
}
Expand Down
4 changes: 2 additions & 2 deletions charts/rd-location-ref-data-load/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for RD Location Ref Data Load App
name: rd-location-ref-data-load
home: https://github.com/hmcts/rd-location-ref-data-load
version: 0.0.17
version: 0.0.18
maintainers:
- name: Reference Data Team
dependencies:
Expand All @@ -15,6 +15,6 @@ dependencies:
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
condition: blobstorage.enabled
- name: postgresql
version: ~8.9.8
version: 11.6.3
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled

0 comments on commit 5e1d826

Please sign in to comment.