Skip to content

Commit a11392a

Browse files
committed
update several dependencies, bump version
1 parent 13b2dd1 commit a11392a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'com.github.bitsoex'
8-
version = '4.1.0'
8+
version = '4.2.0'
99

1010
description = "bitso-java"
1111

@@ -23,13 +23,13 @@ repositories {
2323
}
2424

2525
dependencies {
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

3535
test.useJUnitPlatform()

0 commit comments

Comments
 (0)