Skip to content

Commit

Permalink
Merge pull request #27 from paulcalabro/fixes-CVE-2021-31684
Browse files Browse the repository at this point in the history
RUN-826: Fixes CVE-2021-31684
  • Loading branch information
qualman authored Apr 26, 2022
2 parents bc5d9eb + f90b2ba commit cdfaf7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ dependencies {
pluginLibs("com.squareup.retrofit2:adapter-rxjava:2.6.1") {
because "retrofit version by azure affected by CVE-2018-1000844"
}
pluginLibs("net.minidev:json-smart:2.4.8") {
because "version 2.4.2 affected by CVE-2021-31684"
}
}

}
Expand Down

0 comments on commit cdfaf7a

Please sign in to comment.