From 92b9ed9c652f10e70a9875196c11e650d41e8a2f Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Thu, 9 Jan 2025 21:01:04 +0100 Subject: [PATCH] Upgraded HttpCore version to 5.3.3-SNAPSHOT --- httpcore5-h2/pom.xml | 2 +- httpcore5-reactive/pom.xml | 2 +- httpcore5-testing/pom.xml | 2 +- httpcore5/pom.xml | 2 +- pom.xml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/httpcore5-h2/pom.xml b/httpcore5-h2/pom.xml index 4b137dc5b..fcee63c59 100644 --- a/httpcore5-h2/pom.xml +++ b/httpcore5-h2/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents.core5 httpcore5-parent - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT httpcore5-h2 Apache HttpComponents Core HTTP/2 diff --git a/httpcore5-reactive/pom.xml b/httpcore5-reactive/pom.xml index cc5505a45..735026e61 100644 --- a/httpcore5-reactive/pom.xml +++ b/httpcore5-reactive/pom.xml @@ -27,7 +27,7 @@ httpcore5-parent org.apache.httpcomponents.core5 - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT 4.0.0 diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml index a0a6e0b20..06414522a 100644 --- a/httpcore5-testing/pom.xml +++ b/httpcore5-testing/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents.core5 httpcore5-parent - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT httpcore5-testing Apache HttpComponents Core Integration Tests diff --git a/httpcore5/pom.xml b/httpcore5/pom.xml index 67dff1134..92a1fd7f2 100644 --- a/httpcore5/pom.xml +++ b/httpcore5/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents.core5 httpcore5-parent - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT httpcore5 Apache HttpComponents Core HTTP/1.1 diff --git a/pom.xml b/pom.xml index 3f55f7617..827e6296a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ org.apache.httpcomponents.core5 httpcore5-parent Apache HttpComponents Core Parent - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT Apache HttpComponents Core is a library of components for building HTTP enabled services https://hc.apache.org/httpcomponents-core-5.3.x/${project.version}/ 2005 @@ -48,7 +48,7 @@ scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git scm:git:https://gitbox.apache.org/repos/asf/httpcomponents-core.git https://github.com/apache/httpcomponents-core/tree/${project.scm.tag} - 5.3.2-SNAPSHOT + 5.3.3-SNAPSHOT