XChange
XChange copied to clipboard
XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
Bumps `version.resilience4j` from 1.7.1 to 2.2.0. Updates `io.github.resilience4j:resilience4j-ratelimiter` from 1.7.1 to 2.2.0 Release notes Sourced from io.github.resilience4j:resilience4j-ratelimiter's releases. Release v2.2.0 Enhancements Support Micronaut 4 Issue #1962: Added apache commons configuration...
class "TradeOgreAdapters" has the method "adaptCurrencyPair" with `return currencyPair.counter.toString() + "-" + currencyPair.base.toString();` but shoud be `return currencyPair.base.toString() + "-" + currencyPair.counter.toString();` This bug prevents applications from placing an order,...
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.3-jre to 33.2.0-jre. Release notes Sourced from com.google.guava:guava's releases. 33.2.0 Android users: Please test recent Guava versions If you know of Guava Android users who have not...
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.1.96.Final to 4.1.109.Final. Commits 43455df [maven-release-plugin] prepare release netty-4.1.109.Final b9af2e6 Utilize ByteBuf#indexOf (#13974) 9f44b97 Fix DefaultChannelId#asLongText NPE (#13971) eb48822 chore: remove repetitive words (#13972) 0e436dd Use PlatformDependent.threadLocalRandom()...
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.2.1 to 3.3.1. Commits f80596e [maven-release-plugin] prepare release maven-source-plugin-3.3.1 7626998 Bump apache/maven-gh-actions-shared from 3 to 4 83c963c Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (#18) 40ae495 Bump org.codehaus.plexus:plexus-archiver...
Bumps [org.wiremock:wiremock](https://github.com/wiremock/wiremock) from 3.2.0 to 3.5.4. Release notes Sourced from org.wiremock:wiremock's releases. 3.5.4 📦 Dependency updates Bump versions.jetty from 12.0.7 to 12.0.8 (#2668) @dependabot ✍ Other changes Allow commons-fileupload to...
Fix known issues such as failed api calls
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...
Bumps [com.jayway.jsonpath:json-path-assert](https://github.com/jayway/JsonPath) from 2.7.0 to 2.9.0. Release notes Sourced from com.jayway.jsonpath:json-path-assert's releases. json-path-2.9.0 What's Changed Fix for CVE-2023-51074. update dependencies by @SingingBush in json-path/JsonPath#965 JPMS: define Automatic-Module-Name as json.path by...