Upgraded HttpCore to version 5.1.1
This commit is contained in:
parent
d871112144
commit
c4b2a8480d
|
@ -165,7 +165,7 @@ public class TestURIUtils {
|
|||
Assert.assertEquals(new HttpHost("local_host",8080),URIUtils.extractHost(
|
||||
new URI("http://@local_host:8080/abcd")));
|
||||
|
||||
Assert.assertEquals(new HttpHost("[2a00:1450:400c:c01::69]",8080),
|
||||
Assert.assertEquals(new HttpHost("2a00:1450:400c:c01::69",8080),
|
||||
URIUtils.extractHost(new URI("http://[2a00:1450:400c:c01::69]:8080/")));
|
||||
|
||||
Assert.assertEquals(new HttpHost("localhost",8080),
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -62,7 +62,7 @@
|
|||
<properties>
|
||||
<maven.compiler.source>1.7</maven.compiler.source>
|
||||
<maven.compiler.target>1.7</maven.compiler.target>
|
||||
<httpcore.version>5.1</httpcore.version>
|
||||
<httpcore.version>5.1.1</httpcore.version>
|
||||
<log4j.version>2.9.1</log4j.version>
|
||||
<commons-codec.version>1.15</commons-codec.version>
|
||||
<conscrypt.version>2.2.1</conscrypt.version>
|
||||
|
@ -385,4 +385,4 @@
|
|||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue