Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Sep 3, 2024
1 parent 87272ef commit c98930b
Show file tree
Hide file tree
Showing 123 changed files with 135 additions and 136 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
<packaging>pom</packaging>

<name>XChange</name>
Expand All @@ -32,14 +32,14 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<version.java>1.8</version.java>
<version.java>8</version.java>
<version.assertj>3.24.2</version.assertj>
<version.commons.lang3>3.14.0</version.commons.lang3>
<version.fasterxml>2.14.3</version.fasterxml>
<version.github.mmazi>3.0</version.github.mmazi>
<version.resilience4j>1.7.0</version.resilience4j>
<version.junit>5.9.3</version.junit>
<version.lombok>1.18.26</version.lombok>
<version.lombok>1.18.32</version.lombok>
<version.knowm.xchart>3.8.6</version.knowm.xchart>
<version.qos.logback>1.4.12</version.qos.logback>
<version.reflections>0.10.2</version.reflections>
Expand Down Expand Up @@ -485,10 +485,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>${version.java}</source>
<target>${version.java}</target>
<release>${version.java}</release>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion xchange-ascendex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-ascendex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bankera/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bankera</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bibox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bibox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-binance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-binance</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitbay/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitbay</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoinaverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitcoinaverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoincharts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitcoincharts</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoincore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitcoincore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcoinde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitcoinde</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitcointoyou/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitcointoyou</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitfinex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitfinex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitflyer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<organization>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bithumb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bithumb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitmex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitmex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitso</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitstamp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitstamp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bittrex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bittrex</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bitz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bitz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bl3p/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bl3p</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bleutrade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bleutrade</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-blockchain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-blockchain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-btcc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcmarkets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-btcmarkets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-btcturk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-btcturk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-bybit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-bybit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-ccex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>
<artifactId>xchange-ccex</artifactId>
<name>XChange C-Cex</name>
Expand Down
2 changes: 1 addition & 1 deletion xchange-cexio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-cexio</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinbasepro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinbasepro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coincheck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coincheck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coindeal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xchange-coindirect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coindirect</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinegg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinegg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion xchange-coinfloor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinfloor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coingi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coingi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xchange-parent</artifactId>
<groupId>net.osslabz</groupId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinjar</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinmarketcap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinmarketcap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xchange-coinmate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.osslabz</groupId>
<artifactId>xchange-parent</artifactId>
<version>5.1.2.4</version>
<version>5.1.2.5</version>
</parent>

<artifactId>xchange-coinmate</artifactId>
Expand Down
Loading

0 comments on commit c98930b

Please sign in to comment.