This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit ba549c2a6abb3deed2a61d151391be0df53dec8c
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Nov 10 02:08:42 2025 +0100

    Bump commons-io to 2.21.0
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9674081a..d5764fbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,11 @@ under the License.
       <artifactId>plexus-archiver</artifactId>
       <version>4.10.4</version>
     </dependency>
-
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.21.0</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-i18n</artifactId>
@@ -488,7 +492,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.3.0</version>
+      <version>3.4.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to