Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit c1a425f

Browse files
committed
#309 Upgraded httpclient to 4.3.6
Based on github security alert
1 parent a968215 commit c1a425f

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
@@ -18,7 +18,7 @@ repositories {
1818
dependencies {
1919
compile 'com.marklogic:ml-javaclient-util:' + mlJavaclientUtilVersion
2020
compile 'jaxen:jaxen:1.1.6'
21-
compile 'org.apache.httpcomponents:httpclient:4.3.5'
21+
compile 'org.apache.httpcomponents:httpclient:4.3.6'
2222
compile 'org.springframework:spring-web:4.3.5.RELEASE'
2323

2424
// For EqualsBuilder; added in 3.8.1 to support detecting if a mimetype's properties have changed or not

0 commit comments

Comments
 (0)