From 3361195e6a3dc0dee1f44ffc70b29cf752a379f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:48:40 +0000 Subject: [PATCH] Bump xChangeVersion from 4.4.2 to 5.2.1 Bumps `xChangeVersion` from 4.4.2 to 5.2.1. Updates `org.knowm.xchange:xchange-core` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) Updates `org.knowm.xchange:xchange-bitfinex` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) Updates `org.knowm.xchange:xchange-itbit` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) Updates `org.knowm.xchange:xchange-coinbase` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) Updates `org.knowm.xchange:xchange-coinbasepro` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) Updates `org.knowm.xchange:xchange-bittrex` from 4.4.2 to 5.2.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.2.1) --- 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..4fb87eb49 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.1' dependencies { api "javax.money:money-api:${javaMoneyApiVersion}"