File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments