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 2022/10/01 15:58:42 UTC

[httpcomponents-core] 06/10: Update release notes w dependency bumps

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

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

commit b20e3533311653daf4c5951af7217c8d0ec8fafa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 28 13:42:40 2022 -0400

    Update release notes w dependency bumps
---
 RELEASE_NOTES.txt | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 76727383e..46ca9c1ec 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -3,9 +3,12 @@ Release 5.2 BETA3
 
 * Deprecate org.apache.hc.core5.util.LangUtils.equals(Object[], Object[]) in favor or java.util.Arrays.equals(Object[], Object[]).
 * Deprecate org.apache.hc.core5.util.LangUtils.equals(Object, Object) in favor or java.util.Objects.equals(Object, Object).
-* Bump JUnit from 5.8.2 to 5.9.0.
-* Bump Mockito from 4.4.0 to 4.7.0.
+* Bump JUnit from 5.8.2 to 5.9.1 #363.
+* Bump mockito-core from 4.4.0 to 4.8.0 #366.
 * Bump JApiCmp from 0.15.4 to 0.15.7.
+* Bump reactive-streams from 1.0.3 to 1.0.4 #364.
+* Bump rxjava from 3.1.3 to 3.1.5 #362
+* Bump commons-cli from 1.4 to 1.5.0 #365
 
 
 Release 5.2 BETA2