This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
The following commit(s) were added to refs/heads/master by this push:
new 03fba43cc udpate project-info-reports-plugin to 3.5.0 - no version bump
03fba43cc is described below
commit 03fba43cc45e148cee05633610671dd3d7a8e333
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Sat Nov 25 21:58:23 2023 +0100
udpate project-info-reports-plugin to 3.5.0 - no version bump
---
ChangeLog.md | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 1ea85bec8..4c8c882d0 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -27,7 +27,7 @@ under the License.
* Dependency updates
* Mockito to 5.7.0 (closes
[#319](https://github.com/apache/jspwiki/pull/319), thanks to dependabot)
- * Maven plugins: cargo to 1.10.10 (closes
[#320](https://github.com/apache/jspwiki/pull/320), thanks to dependabot)
+ * Maven plugins: project-info-reports-plugin to 3.5.0, cargo to 1.10.10
(closes [#320](https://github.com/apache/jspwiki/pull/320), thanks to
dependabot)
**2023-11-19 Juan Pablo Santos (juanpablo AT apache DOT org)**
diff --git a/pom.xml b/pom.xml
index 1ffdbaf4f..c5a2821e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<plugin.jar.version>3.3.0</plugin.jar.version>
<plugin.javadoc.version>3.6.2</plugin.javadoc.version>
<plugin.jxr.version>3.3.1</plugin.jxr.version>
-
<plugin.project-info-reports.version>3.4.5</plugin.project-info-reports.version>
+
<plugin.project-info-reports.version>3.5.0</plugin.project-info-reports.version>
<plugin.release.version>3.0.1</plugin.release.version>
<plugin.remote-resources.version>3.1.0</plugin.remote-resources.version>
<plugin.resources.version>3.3.1</plugin.resources.version>