This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-parent.git
commit f1b86944e66cca0736bc5d6923a4eb9670ad0148 Author: Georg Kallidis <[email protected]> AuthorDate: Mon Sep 30 12:00:20 2024 +0200 Patch update maven-site to 4.0.0-M16, and spotbugs to 4.8.6.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 46261af..fa288b6 100644 --- a/pom.xml +++ b/pom.xml @@ -126,7 +126,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>4.0.0-M16</version><!-- override apache.org, required by fluido v2.0.0-M8 in site.xml --> + <version>4.0.0-M16</version><!-- override apache.org, required by fluido v2.0.0-M10 in site.xml --> <configuration> <!-- don't deploy site with maven-site-plugin --> <skipDeploy>true</skipDeploy> @@ -590,7 +590,7 @@ <plugin> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-maven-plugin</artifactId> - <version>4.8.6.2</version> + <version>4.8.6.4</version> <configuration> </configuration> </plugin>
