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 fb14efaf5 [JUNEAU-256] Bump maven-javadoc-plugin from 3.5.0 to 3.6.0
fb14efaf5 is described below
commit fb14efaf59a766079299d2267a89c94ed1ef8ee7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 08:25:01 2023 -0500
[JUNEAU-256] Bump maven-javadoc-plugin from 3.5.0 to 3.6.0
---
RELEASE-NOTES.txt | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6ba74af43..334c9407d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -18,6 +18,7 @@ Release Notes - Juneau - Version 9.0.2
* [JUNEAU-253] Bump springboot.version from 3.1.3 to 3.1.5 #113, #223.
* [JUNEAU-254] Bump jetty.version from 11.0.16 to 11.0.18 #114, #117.
* [JUNEAU-255] Bump org.apache:apache from 29 to 30.
+ * [JUNEAU-256] Bump maven-javadoc-plugin from 3.5.0 to 3.6.0.
Release Notes - Juneau - Version 9.0.1
diff --git a/pom.xml b/pom.xml
index e88be2f8d..d5e4743ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
<springboot.version>3.1.5</springboot.version>
<xml.apis.version>2.0.2</xml.apis.version>
<javadoc.executable />
- <javadoc.plugin.version>3.5.0</javadoc.plugin.version>
+ <javadoc.plugin.version>3.6.0</javadoc.plugin.version>
<jacoco.plugin.version>0.8.11</jacoco.plugin.version>
</properties>