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/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 6925abd6 Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
6925abd6 is described below
commit 6925abd6b6a82669ed817be60122626dafa8e0b6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 30 09:26:09 2022 -0400
Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bb9b661d..efb681a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,7 @@
use slightly older site and javadoc versions here in order to be able to
generate all reports. -->
<commons.site-plugin.version>3.10.0</commons.site-plugin.version>
- <commons.javadoc.version>3.4.0</commons.javadoc.version>
+ <commons.javadoc.version>3.4.1</commons.javadoc.version>
<checkstyle.version>9.3</checkstyle.version>
<!-- commons.animal-sniffer.version 1.21 fails on Java 17. -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a8175022..42fb3fee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@
<action type="update" dev="kinow" due-to="Dependabot">
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.
</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">
+ Bump maven-javadoc-plugin from 3.4.0 to 3.4.1.
+ </action>
</release>
<release version="2.8.0" date="2022-07-05"
description="Minor release with new features and updated
dependencies.">