This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/release by this push: new e3947868 Bump httpcore5 from 5.2.4 to 5.3-alpha2 e3947868 is described below commit e394786846ba33c2e27f1066dcc53a39eed0b97e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 17 08:52:05 2024 -0400 Bump httpcore5 from 5.2.4 to 5.3-alpha2 Bump httpclient5 from 5.3.1 to 5.4-alpha2 GA releases are around the corner --- pom.xml | 4 ++-- src/changes/changes.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 48d8ca81..4e6402db 100644 --- a/pom.xml +++ b/pom.xml @@ -196,8 +196,8 @@ <!-- Avoid warnings about being unable to find jars during site building --> <dependency.locations.enabled>false</dependency.locations.enabled> <hadoop.version>3.3.6</hadoop.version> - <httpcore5.version>5.2.4</httpcore5.version> - <httpclient5.version>5.3.1</httpclient5.version> + <httpcore5.version>5.3-alpha2</httpcore5.version> + <httpclient5.version>5.4-alpha2</httpclient5.version> <jackrabbit1.version>1.6.5</jackrabbit1.version> <!-- Don't use jackrabbit2 2.21.x, it's labeled "unstable" --> <jackrabbit2.version>2.20.15</jackrabbit2.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 83289155..4b9803c3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -361,6 +361,12 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #494. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump httpcore5 from 5.2.4 to 5.3-alpha2. + </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump httpclient5 from 5.3.1 to 5.4-alpha2. + </action> </release> <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8 or above."> <!-- ADDS -->