Skip to content

Commit eb80e32

Browse files
security: update org.apache.httpcomponents:httpclient to 4.5.14 due to CVE-2020-13956
1 parent 147a792 commit eb80e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepl-java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("org.jetbrains:annotations:20.1.0")
2828
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
2929
testImplementation("org.mockito:mockito-inline:4.11.0")
30-
implementation("org.apache.httpcomponents:httpclient:4.5.2") { because("java.net.HttpURLConnection does not support PATCH") }
30+
implementation("org.apache.httpcomponents:httpclient:4.5.14") { because("java.net.HttpURLConnection does not support PATCH") }
3131

3232
// implementation("com.google.guava:guava:30.1.1-jre")
3333
implementation("com.google.code.gson:gson:2.10.1")

0 commit comments

Comments
 (0)