File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77group = ' com.github.bitsoex'
8- version = ' 4.1 .0'
8+ version = ' 4.2 .0'
99
1010description = " bitso-java"
1111
@@ -23,13 +23,13 @@ repositories {
2323}
2424
2525dependencies {
26- api ' org.apache.httpcomponents:httpclient:4.5.13 '
27- api ' org.json:json:20250517 '
28- api ' io.netty:netty-all:4.2.2 .Final'
26+ api ' org.apache.httpcomponents.client5:httpclient5:5.6 '
27+ api ' org.json:json:20251224 '
28+ api ' io.netty:netty-all:4.2.10 .Final'
2929
30- testImplementation ' org.junit.jupiter:junit-jupiter:5.13.1 '
30+ testImplementation ' org.junit.jupiter:junit-jupiter:5.14.2 '
3131 testImplementation ' org.junit.platform:junit-platform-launcher'
32- testImplementation ' org.mockito:mockito-junit-jupiter:5.18 .0'
32+ testImplementation ' org.mockito:mockito-junit-jupiter:5.21 .0'
3333}
3434
3535test. useJUnitPlatform()
You can’t perform that action at this time.
0 commit comments