|
25 | 25 | <dependency> |
26 | 26 | <groupId>org.hibernate.validator</groupId> |
27 | 27 | <artifactId>hibernate-validator</artifactId> |
28 | | - <version>6.1.2.Final</version> |
| 28 | + <version>6.1.5.Final</version> |
29 | 29 | </dependency> |
30 | 30 | <dependency> |
31 | 31 | <groupId>io.projectreactor</groupId> |
|
45 | 45 | <dependency> |
46 | 46 | <groupId>org.knowm.xchange</groupId> |
47 | 47 | <artifactId>xchange-core</artifactId> |
48 | | - <version>4.4.2</version> |
| 48 | + <version>5.0.1</version> |
49 | 49 | </dependency> |
50 | 50 | <dependency> |
51 | 51 | <groupId>org.knowm.xchange</groupId> |
52 | 52 | <artifactId>xchange-kucoin</artifactId> |
53 | | - <version>4.4.2</version> |
| 53 | + <version>5.0.1</version> |
| 54 | + </dependency> |
| 55 | + |
| 56 | + <!-- Ta4j --> |
| 57 | + <dependency> |
| 58 | + <groupId>org.ta4j</groupId> |
| 59 | + <artifactId>ta4j-core</artifactId> |
| 60 | + <version>0.13</version> |
54 | 61 | </dependency> |
55 | 62 |
|
56 | 63 | <!-- Util --> |
|
80 | 87 | <dependency> |
81 | 88 | <groupId>org.awaitility</groupId> |
82 | 89 | <artifactId>awaitility</artifactId> |
83 | | - <version>4.0.2</version> |
| 90 | + <version>4.0.3</version> |
84 | 91 | <scope>test</scope> |
85 | 92 | </dependency> |
86 | 93 | <dependency> |
87 | 94 | <groupId>org.junit-pioneer</groupId> |
88 | 95 | <artifactId>junit-pioneer</artifactId> |
89 | | - <version>0.5.5</version> |
| 96 | + <version>0.9.0</version> |
90 | 97 | <scope>test</scope> |
91 | 98 | </dependency> |
92 | 99 | </dependencies> |
|
99 | 106 | <dependency> |
100 | 107 | <groupId>io.projectreactor</groupId> |
101 | 108 | <artifactId>reactor-bom</artifactId> |
102 | | - <version>Dysprosium-SR6</version> |
| 109 | + <version>Dysprosium-SR10</version> |
103 | 110 | <type>pom</type> |
104 | 111 | <scope>import</scope> |
105 | 112 | </dependency> |
|
121 | 128 | <dependency> |
122 | 129 | <groupId>com.puppycrawl.tools</groupId> |
123 | 130 | <artifactId>checkstyle</artifactId> |
124 | | - <version>8.31</version> |
| 131 | + <version>8.35</version> |
125 | 132 | </dependency> |
126 | 133 | </dependencies> |
127 | 134 | <executions> |
|
255 | 262 | <parent> |
256 | 263 | <groupId>tech.cassandre.trading.bot</groupId> |
257 | 264 | <artifactId>cassandre-trading-bot-project</artifactId> |
258 | | - <version>1.0.0</version> |
| 265 | + <version>2.0.0</version> |
259 | 266 | </parent> |
260 | 267 | <!-- =========================================================================================================== --> |
261 | 268 |
|
|
0 commit comments