Skip to content

Commit

Permalink
Merge pull request #46 from nhsconnect/PRMT-4325
Browse files Browse the repository at this point in the history
[PRMT-4325] - Declared strict versions for snakeyaml and guava
  • Loading branch information
MohammadIqbalAD-NHS authored Jan 5, 2024
2 parents 9b88cd9 + 05609ef commit 36ff45e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jar {
}

dependencies {
implementation('com.google.guava:guava') { version { strictly '32.1.3-jre' } }

implementation('org.yaml:snakeyaml') { version { strictly '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'


implementation('io.netty:netty-buffer') { version { strictly '4.1.104.Final' } }
implementation('io.netty:netty-codec') { version { strictly '4.1.104.Final' } }
implementation('io.netty:netty-codec-http') { version { strictly '4.1.104.Final' } }
Expand Down

0 comments on commit 36ff45e

Please sign in to comment.