diff --git a/build.gradle b/build.gradle index cf90750..e4eec47 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation("com.github.jasminb:jsonapi-converter:0.12") implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") implementation("com.github.FAForever.faf-java-commons:faf-commons-api:${commonsVersion}") - implementation("org.apache.httpcomponents:httpclient:4.5.13") + implementation("org.apache.httpcomponents:httpclient:4.5.14") implementation("com.github.rutledgepaulv:q-builders:1.6") implementation("com.google.guava:guava:31.1-jre") implementation("org.mapstruct:mapstruct:${mapStructVersion}")