We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147a792 commit eb80e32Copy full SHA for eb80e32
deepl-java/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("org.jetbrains:annotations:20.1.0")
28
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
29
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") }
+ implementation("org.apache.httpcomponents:httpclient:4.5.14") { because("java.net.HttpURLConnection does not support PATCH") }
31
32
// implementation("com.google.guava:guava:30.1.1-jre")
33
implementation("com.google.code.gson:gson:2.10.1")
0 commit comments