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 869a8dc commit bb51196Copy full SHA for bb51196
2 files changed
httpclient5-testing/pom.xml
@@ -43,6 +43,7 @@
43
<dependency>
44
<groupId>org.apache.httpcomponents.core5</groupId>
45
<artifactId>httpcore5-testing</artifactId>
46
+ <version>5.4.2</version>
47
</dependency>
48
49
pom.xml
@@ -62,7 +62,7 @@
62
<properties>
63
<maven.compiler.source>1.8</maven.compiler.source>
64
<maven.compiler.target>1.8</maven.compiler.target>
65
- <httpcore.version>5.4</httpcore.version>
+ <httpcore.version>5.4.3</httpcore.version>
66
<log4j.version>2.25.0</log4j.version>
67
<brotli4j.version>1.20.0</brotli4j.version>
68
<conscrypt.version>2.5.2</conscrypt.version>
@@ -524,4 +524,4 @@
524
</plugins>
525
</reporting>
526
527
-</project>
+</project>
0 commit comments