From 61b8c4f01a6e7c098a82d479a71854d7186cb226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:15:13 +0000 Subject: [PATCH] Bump xChangeVersion from 4.4.2 to 5.1.1 Bumps `xChangeVersion` from 4.4.2 to 5.1.1. Updates `org.knowm.xchange:xchange-core` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.1) Updates `org.knowm.xchange:xchange-bitfinex` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.1) Updates `org.knowm.xchange:xchange-itbit` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.1) Updates `org.knowm.xchange:xchange-coinbase` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.1) Updates `org.knowm.xchange:xchange-coinbasepro` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.1) Updates `org.knowm.xchange:xchange-bittrex` from 4.4.2 to 5.1.1 - [Commits](https://github.com/knowm/XChange/compare/xchange-4.4.2...xchange-5.1.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..9eb69848d 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.1.1' dependencies { api "javax.money:money-api:${javaMoneyApiVersion}"