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 eafa409fef Document dependency bump
eafa409fef is described below
commit eafa409fefb7629dfb3506c13bbcbd81728a9376
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Oct 17 07:02:02 2025 -0400
Document dependency bump
- Bump org.junit.vintage:junit-vintage-engine from 5.13.4 to 6.0.0 #257
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0
#255
- Bump org.springframework.boot:spring-boot-starter-web from 3.5.5 to 3.5.6
#260
---
RELEASE-NOTES.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 2a047b7634..9c95f27e5c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,12 +16,12 @@ Release Notes - Juneau - Version 9.2.0
** Changes
* Bump org.springframework.boot:spring-boot-maven-plugin from 3.4.5 to
3.5.5 #218, #224, #232.
- * Bump org.springframework.boot:spring-boot-starter-web from 3.4.5 to
3.5.5 #217, #225, #239.
+ * Bump org.springframework.boot:spring-boot-starter-web from 3.4.5 to
3.5.6 #217, #225, #239, #260.
* Bump org.apache:apache from 34 to 35 #220.
* Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.1.202505142326-r to
7.3.0.202506031305-r #221.
* Bump jetty.version from 12.0.21 to 12.0.25 #222, #228, #229.
- * Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 5.13.4 #223.
- * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3
#237.
+ * Bump org.junit.vintage:junit-vintage-engine from 5.12.2 to 6.0.0 #223,
#257.
+ * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0
#237m #255.
* Annotations associated with a subclass of
org.apache.juneau.annotation.AnnotationBuilder that didn't carry an `String[]
description()` attribute now do.
For example: org.apache.juneau.http.annotation.Path.
The current use case is for developers to further annotate their code
with documentation.