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 761700ba90 Bump com.squareup.okhttp3:okhttp-jvm from 5.2.0 to 5.3.2
#331.
761700ba90 is described below
commit 761700ba9078838956280a9d661a41eb23c167ac
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 11 15:29:01 2026 -0400
Bump com.squareup.okhttp3:okhttp-jvm from 5.2.0 to 5.3.2 #331.
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index be460e6221..1d4e1bbb4a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -161,6 +161,7 @@ Release Notes - Juneau - Version 9.2.1 - YYYY-MM-DD
* 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.
+ * Bump com.squareup.okhttp3:okhttp-jvm from 5.2.0 to 5.3.2 #331.
* 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.).