Skip to content

Commit

Permalink
Merge pull request #147 from ministryofjustice/LASB-3637-fix-dependen…
Browse files Browse the repository at this point in the history
…cies

LASB-3637 - fix dependency issue from Snyk
  • Loading branch information
lkm0287 authored Jan 23, 2025
2 parents 843431b + 60d84ec commit 35fa4dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crime-evidence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def versions = [
commonsRestClient : "3.18.0",
wmStubRunnerVersion : "4.1.2",
springDocWebMVCVersion: "2.5.0",
postgresqlVersion : "42.7.2"
postgresqlVersion : "42.7.2",
tomcatEmbedCoreVersion : "10.1.34"
]

java {
Expand All @@ -44,6 +45,7 @@ dependencies {
implementation "uk.gov.justice.service.laa-crime:crime-commons-spring-boot-starter-rest-client:$versions.commonsRestClient:all"
implementation "uk.gov.justice.service.laa-crime:crime-commons-classes:$versions.crimeCommonsClasses"
implementation "uk.gov.justice.service.laa-crime:crime-commons-mod-schemas:$versions.commonsModSchemas"
implementation "org.apache.tomcat.embed:tomcat-embed-core:$versions.tomcatEmbedCoreVersion"

implementation "org.springframework.boot:spring-boot-starter-validation"
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
Expand Down

0 comments on commit 35fa4dc

Please sign in to comment.