Skip to content

Commit

Permalink
Update jackson-dataformat-yaml to mitigate vulnerability in org.yaml:…
Browse files Browse the repository at this point in the history
…snakeyaml

Signed-off-by: Stephen Nesman <94193373+snesm@users.noreply.github.com>
  • Loading branch information
snesm authored and LisaWellman committed Sep 26, 2023
1 parent 2c8c910 commit afad74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ implementation 'ca.uhn.hapi:hapi-structures-v26:2.3'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.10.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.10.1'

implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.14.0'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.0'

api 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
// https://mvnrepository.com/artifact/org.apache.commons/commons-text
Expand Down

0 comments on commit afad74c

Please sign in to comment.