Skip to content

Commit 3c97db1

Browse files
committed
minor lib update - seems all #9, #10, #11 addressed/disappeared
1 parent ac3fd55 commit 3c97db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
implementation group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.3'
9393
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version:'1.7.30'
9494
implementation group: 'org.slf4j', name: 'jul-to-slf4j', version:'1.7.30'
95-
implementation group: 'org.apache.httpcomponents', name: 'httpmime', version:'4.5.13' //this includes httpclient too
95+
api group: 'org.apache.httpcomponents', name: 'httpmime', version:'4.5.13' //this includes httpclient too
9696
implementation group: 'org.apache.commons', name: 'commons-io', version:'1.3.2'
9797
implementation group: 'org.apache.ant', name: 'ant', version:'1.10.10'
9898
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version:'1.69' //this includes bcprov-jdk15on too

0 commit comments

Comments
 (0)