From 9155dfcc0902e9c2271221c2e8423f905061ea67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:09:57 +0000 Subject: [PATCH] Bump xChangeVersion from 4.4.2 to 5.2.0 Bumps `xChangeVersion` from 4.4.2 to 5.2.0. Updates `org.knowm.xchange:xchange-core` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) Updates `org.knowm.xchange:xchange-bitfinex` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) Updates `org.knowm.xchange:xchange-itbit` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) Updates `org.knowm.xchange:xchange-coinbase` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) Updates `org.knowm.xchange:xchange-coinbasepro` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) Updates `org.knowm.xchange:xchange-bittrex` from 4.4.2 to 5.2.0 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.0) --- updated-dependencies: - dependency-name: org.knowm.xchange:xchange-core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.knowm.xchange:xchange-bitfinex dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.knowm.xchange:xchange-itbit dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.knowm.xchange:xchange-coinbase dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.knowm.xchange:xchange-coinbasepro dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.knowm.xchange:xchange-bittrex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- consensusj-exchange/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensusj-exchange/build.gradle b/consensusj-exchange/build.gradle index 0772bd6b0..b83dc987a 100644 --- a/consensusj-exchange/build.gradle +++ b/consensusj-exchange/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' } -def xChangeVersion = '4.4.2' +def xChangeVersion = '5.2.0' dependencies { api "javax.money:money-api:${javaMoneyApiVersion}"