File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
// region HTTP clients
100
100
implementation(" org.jsoup:jsoup:1.19.1" )
101
101
implementation(" com.konghq:unirest-java-core:4.4.6" )
102
- implementation(" com.konghq:unirest-modules-gson:4.4.5 " )
102
+ implementation(" com.konghq:unirest-modules-gson:4.4.6 " )
103
103
implementation(" org.apache.httpcomponents.client5:httpclient5:5.4.4" )
104
104
// endregion
105
105
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
41
41
implementation(" org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.10" )
42
42
testImplementation(" org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:3.1.10" )
43
43
44
- implementation(" com.konghq:unirest-modules-gson:4.4.5 " )
44
+ implementation(" com.konghq:unirest-modules-gson:4.4.6 " )
45
45
46
46
implementation(" org.glassfish.jersey.inject:jersey-hk2:3.1.10" )
47
47
implementation(" org.glassfish.hk2:hk2-api:3.1.1" )
You can’t perform that action at this time.
0 commit comments