We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc21d7e + afc042a commit 824ea3bCopy full SHA for 824ea3b
1 file changed
build.gradle
@@ -41,9 +41,10 @@ java {
41
}
42
43
dependencies {
44
- implementation 'org.apache.httpcomponents:httpclient:4.5.13'
45
- implementation 'org.asynchttpclient:async-http-client:3.0.1'
46
- implementation 'com.google.code.gson:gson:2.8.9'
+ // These are 'api' because they appear in public method signatures (Issue #78)
+ api 'org.apache.httpcomponents:httpclient:4.5.13'
+ api 'org.asynchttpclient:async-http-client:3.0.6' // Updated from 3.0.1 (Issue #79)
47
+ api 'com.google.code.gson:gson:2.8.9'
48
49
// Force Netty upgrade to resolve CVEs
50
implementation platform("io.netty:netty-bom:${nettyVersion}")
0 commit comments