Upgraded HttpCore dependency to version 5.0

This commit is contained in:
Oleg Kalnichevski 2020-02-15 14:22:10 +01:00
parent 5bcf6b61f3
commit d601aff61d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<httpcore.version>5.0-beta11</httpcore.version>
<httpcore.version>5.0</httpcore.version>
<log4j.version>2.9.1</log4j.version>
<commons-codec.version>1.13</commons-codec.version>
<conscrypt.version>2.2.1</conscrypt.version>