Revert XChange version to keep jdk10 compatibility

Revert from latest v5.0.0 to v4.2.2, since the newer version libraries
are compiled with Java 11, so they cannot be used as part of the Bisq
build process which still partially relies on Java 10.
This commit is contained in:
cd2357 2020-06-17 09:24:31 +02:00
parent 671e80929a
commit c6ef40e5e4
No known key found for this signature in database
GPG key ID: F26C56748514D0D3

View file

@ -57,7 +57,7 @@ configure(subprojects) {
junitVersion = '4.12'
jupiterVersion = '5.3.2'
kotlinVersion = '1.3.41'
knowmXchangeVersion = '5.0.0'
knowmXchangeVersion = '4.4.2'
langVersion = '3.8'
logbackVersion = '1.1.11'
loggingVersion = '1.2'