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 16:12:07 UTC

[httpcomponents-client] branch master updated (d2016eaac -> 3805eb6a5)

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

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


    from d2016eaac Pass HttpContext to SSLConnectionSocketFactory#prepareSocket method (#404)
     new 3361fda3f Upgraded API compatibility level to 5.2
     new 3805eb6a5 Upgraded HttpCore to version 5.2.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[httpcomponents-client] 01/02: Upgraded API compatibility level to 5.2

Posted by ol...@apache.org.
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-client.git

commit 3361fda3f5eec9e7e3a29ef12033cf615372610d
Author: Oleg Kalnichevski <Ol...@abraxas.ch>
AuthorDate: Wed Jan 11 17:00:04 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 58df00bcd..cefbb300e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
     <jna.version>5.12.1</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>
     <rxjava.version>2.2.21</rxjava.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>
     <japicmp.version>0.15.4</japicmp.version>
   </properties>
@@ -445,4 +445,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>


[httpcomponents-client] 02/02: Upgraded HttpCore to version 5.2.1

Posted by ol...@apache.org.
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-client.git

commit 3805eb6a588d88ba8662c95ac349b5d8612dfa85
Author: Oleg Kalnichevski <Ol...@abraxas.ch>
AuthorDate: Wed Jan 11 17:06:02 2023 +0100

    Upgraded HttpCore to version 5.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cefbb300e..8c8b46ea6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
   <properties>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
-    <httpcore.version>5.2</httpcore.version>
+    <httpcore.version>5.2.1</httpcore.version>
     <log4j.version>2.19.0</log4j.version>
     <brotli.version>0.1.2</brotli.version>
     <conscrypt.version>2.5.2</conscrypt.version>