Skip to content

Commit bb51196

Browse files
committed
Upgraded HttpCore to version 5.4.3
1 parent 869a8dc commit bb51196

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

httpclient5-testing/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<dependency>
4444
<groupId>org.apache.httpcomponents.core5</groupId>
4545
<artifactId>httpcore5-testing</artifactId>
46+
<version>5.4.2</version>
4647
</dependency>
4748
<dependency>
4849
<groupId>org.apache.httpcomponents.core5</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<properties>
6363
<maven.compiler.source>1.8</maven.compiler.source>
6464
<maven.compiler.target>1.8</maven.compiler.target>
65-
<httpcore.version>5.4</httpcore.version>
65+
<httpcore.version>5.4.3</httpcore.version>
6666
<log4j.version>2.25.0</log4j.version>
6767
<brotli4j.version>1.20.0</brotli4j.version>
6868
<conscrypt.version>2.5.2</conscrypt.version>
@@ -524,4 +524,4 @@
524524
</plugins>
525525
</reporting>
526526

527-
</project>
527+
</project>

0 commit comments

Comments
 (0)