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 366d73436c Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to
6.0.2 #322.
366d73436c is described below
commit 366d73436c79cfbb88513d8e7d368bd85acf3ed0
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 07:17:45 2026 -0400
Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 #322.
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 444d23e003..e3e2a27df9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -123,6 +123,7 @@ Release Notes - Juneau - Version 9.2.1 - YYYY-MM-DD
* Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to
3.15.0 #314.
* 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.
* 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.).