Skip to content

Commit

Permalink
[PRMT-4325] - Added snakeyaml as a dependency constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS committed Jan 5, 2024
1 parent dec55cc commit 06ee7f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ jar {
}

dependencies {
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.springframework.boot:spring-boot-starter'
constraints {
implementation('org.yaml:snakeyaml:2.2') {
because 'snakeyaml < 2.0 is vulnerable'
}
}
implementation 'org.springframework.boot:spring-boot-starter-web'


Expand Down

0 comments on commit 06ee7f9

Please sign in to comment.