Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Asif Sohail Mohammed <[email protected]>
  • Loading branch information
asifsmohammed committed Sep 28, 2023
1 parent 9a19b13 commit 6bb6985
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ subprojects {
}
because 'CVE from transitive dependencies'
}
implementation('org.json:json') {
version {
require '20230618'
}
because 'CVE from transitive dependencies'
}
}
}

Expand Down

0 comments on commit 6bb6985

Please sign in to comment.