This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 383ef016f9 Bump org.apache.httpcomponents.client5:httpclient5 from
5.5.2 to 5.6 #332.
383ef016f9 is described below
commit 383ef016f96c7d01374ca4d7954b2a1a1ed3de90
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 11 15:28:10 2026 -0400
Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.2 to 5.6 #332.
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 22eddd3854..be460e6221 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -160,6 +160,7 @@ Release Notes - Juneau - Version 9.2.1 - YYYY-MM-DD
* Bump jetty.version from 12.1.5 to 12.1.7 #312, #319.
* Bump org.eclipse.jgit:org.eclipse.jgit from 7.5.0.202512021534-r to
7.6.0.202603022253-r #329.
* Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 #322.
+ * Bump org.apache.httpcomponents.client5:httpclient5 from 5.5.2 to 5.6
#332.
* JsonSerializer and JsonParser now strictly enforce RFC 8259 JSON (double
quotes only).
Single-quoted JSON is rejected by JsonParser. Use Json5Serializer and
Json5Parser for
JSON5 syntax (single quotes, trailing commas, comments, etc.).