-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from okta/update_vulns
Fix some vulns in E2E android app
- Loading branch information
Showing
4 changed files
with
185 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
def forceVersions(ConfigurationContainer configurations) { | ||
configurations.configureEach { configuration -> | ||
configuration.resolutionStrategy { | ||
force 'commons-fileupload:commons-fileupload:1.5' | ||
force 'com.google.guava:guava:32.1.3-android' | ||
force 'org.xerial:sqlite-jdbc:3.44.1.0' | ||
force 'com.google.code.gson:gson:2.10.1' | ||
force 'org.json:json:20231013' | ||
} | ||
} | ||
} | ||
|
||
ext.forceVersions = this.&forceVersions |
Oops, something went wrong.