Skip to content

Commit

Permalink
Merge pull request #88 from ministryofjustice/LCAM-1152
Browse files Browse the repository at this point in the history
LCAM 1152: Fixed snyk vulnerability on postgress
  • Loading branch information
skasthuri36326 authored Feb 23, 2024
2 parents 20b2918 + 0e49622 commit 4bb0275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _snyk_options: &snyk_options
project: "${CIRCLE_PROJECT_REPONAME}/${CIRCLE_BRANCH}"
organization: "legal-aid-agency"
severity-threshold: "critical"
fail-on-issues: false
fail-on-issues: true
monitor-on-build: false
token-variable: SNYK_TOKEN
additional-arguments: --policy-path=.snyk
Expand Down
2 changes: 1 addition & 1 deletion crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def versions = [
crimeCommonsVersion : "2.13.6",
wmStubRunnerVersion : "4.0.1",
springDocWebMVCVersion : "2.1.0",
postgresqlVersion : "42.5.4"
postgresqlVersion : "42.7.2"
]

java {
Expand Down

0 comments on commit 4bb0275

Please sign in to comment.