Skip to content

Commit d07c8e2

Browse files
committed
Upgraded HttpClient API level to 5.6
1 parent 8a2ae8e commit d07c8e2

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

httpclient5-observation/pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -134,25 +134,4 @@
134134
</plugins>
135135
</reporting>
136136

137-
138-
<build>
139-
<plugins>
140-
<plugin>
141-
<groupId>org.apache.maven.plugins</groupId>
142-
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.2.5</version>
144-
<configuration>
145-
<useModulePath>false</useModulePath>
146-
</configuration>
147-
</plugin>
148-
<plugin>
149-
<groupId>com.github.siom79.japicmp</groupId>
150-
<artifactId>japicmp-maven-plugin</artifactId>
151-
<configuration>
152-
<skip>true</skip>
153-
</configuration>
154-
</plugin>
155-
</plugins>
156-
</build>
157-
158137
</project>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<rxjava3.version>3.1.12</rxjava3.version>
7777
<testcontainers.version>1.21.3</testcontainers.version>
7878
<junixsocket.version>2.10.1</junixsocket.version>
79-
<api.comparison.version>5.3</api.comparison.version>
79+
<api.comparison.version>5.6</api.comparison.version>
8080
<hc.animal-sniffer.signature.ignores>javax.net.ssl.SSLEngine,javax.net.ssl.SSLParameters,java.nio.ByteBuffer,java.nio.CharBuffer,jdk.net.ExtendedSocketOptions,jdk.net.Sockets</hc.animal-sniffer.signature.ignores>
8181
<commons.compress.version>1.28.0</commons.compress.version>
8282
<zstd.jni.version>1.5.7-6</zstd.jni.version>
@@ -295,9 +295,9 @@
295295
<artifactId>maven-javadoc-plugin</artifactId>
296296
<configuration>
297297
<links>
298-
<link>https://hc.apache.org/httpcomponents-core-5.3.x/current/httpcore5/apidocs/</link>
299-
<link>https://hc.apache.org/httpcomponents-core-5.3.x/current/httpcore5-h2/apidocs/</link>
300-
<link>https://hc.apache.org/httpcomponents-client-5.5.x/current/httpclient5/apidocs/</link>
298+
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link>
299+
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link>
300+
<link>https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link>
301301
</links>
302302
</configuration>
303303
</plugin>
@@ -465,8 +465,8 @@
465465
<quiet>true</quiet>
466466
<notimestamp>true</notimestamp>
467467
<links>
468-
<link>https://hc.apache.org/httpcomponents-core-5.3.x/current/httpcore5/apidocs/</link>
469-
<link>https://hc.apache.org/httpcomponents-core-5.0.x/httpcore5-h2/apidocs/</link>
468+
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link>
469+
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link>
470470
<link>${project.url}/httpclient5/apidocs/</link>
471471
</links>
472472
<groups>

0 commit comments

Comments
 (0)