Skip to content

Commit

Permalink
Fixed Synk Vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
muthusubra committed Nov 27, 2023
1 parent 94a03bb commit bf04955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def versions = [
pitest : "1.4.10",
commonsLang3Version : "3.10",
crimeCommonsVersion : "2.7.0",
wiremockVersion : "2.35.0"
wiremockVersion : "2.35.0",
springDocWebMVCVersion : "2.1.0"

]

Expand Down Expand Up @@ -58,7 +59,7 @@ dependencies {
implementation "org.postgresql:postgresql"
implementation "org.liquibase:liquibase-core"
implementation "io.micrometer:micrometer-registry-prometheus"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.0.4"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springDocWebMVCVersion"
implementation "org.apache.commons:commons-lang3:$versions.commonsLang3Version"

implementation "uk.gov.justice.service.laa-crime:crime-commons-spring-boot-starter-rest-client:$versions.crimeCommonsVersion"
Expand Down

0 comments on commit bf04955

Please sign in to comment.