forked from bisq-network/bisq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade and reduce version conflicts in build
Some apache & logback dependency versions were bumped up, some transitive dependencies declared as direct dependencies, and some new exclusions were added to reduce the number of duplicated dependencies in the build. Also updated gradle-witness.gradle. Here are some of the duplicated apache dependencies in the current build: commons-codec-1.10.jar commons-codec-1.9.jar commons-io-2.4.jar commons-io-2.6.jar commons-logging-1.1.1.jar commons-logging-1.2.jar httpclient-4.0.1.jar httpclient-4.5.3.jar httpclient-4.5.5.jar httpcore-4.0.1.jar httpcore-4.4.6.jar httpcore-4.4.9.jar logback-classic-1.1.10.jar logback-classic-1.1.11.jar logback-core-1.1.10.jar logback-core-1.1.11.jar Upgraded: codecVersion 1.9 -> 1.13 ioVersion 2.4 -> 2.6 langVersion 3.4 -> 3.8 httpclientVersion 4.5.3 -> 4.5.12 slf4jVersion 1.7.22 -> 1.7.25 New dependency declarations: loggingVersion 1.2 httpcoreVersion 4.4.13 This commit reduces the number of build dependencies by 10. Partial fix for bisq-network#4086
- Loading branch information
Showing
2 changed files
with
35 additions
and
17 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