You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2023/01/11 15:57:55 UTC

[httpcomponents-core] branch master updated: Upgraded API compatibility level to 5.2

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 53aac1b43 Upgraded API compatibility level to 5.2
53aac1b43 is described below

commit 53aac1b438298d3de0e7be16b0b36e06233f568a
Author: Oleg Kalnichevski <Ol...@abraxas.ch>
AuthorDate: Wed Jan 11 16:57:33 2023 +0100

    Upgraded API compatibility level to 5.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 41f3e550a..848bd461f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
     <log4j.version>2.19.0</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
     <rxjava3.version>3.1.5</rxjava3.version>
-    <api.comparison.version>5.1</api.comparison.version>
+    <api.comparison.version>5.2</api.comparison.version>
     <hc.animal-sniffer.signature.ignores>javax.net.ssl.SSLEngine,javax.net.ssl.SSLParameters,java.nio.ByteBuffer,java.nio.CharBuffer</hc.animal-sniffer.signature.ignores>
   </properties>
 
@@ -365,4 +365,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>