This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch plexus-archiver in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
commit b6d76d7da3dbadd2e519f5bac2a6e2e3afb5cfc3 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Nov 9 14:01:58 2025 +0100 Bump plexus-archiver to 4.10.4 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 67bf920..9a63a42 100644 --- a/pom.xml +++ b/pom.xml @@ -124,16 +124,26 @@ under the License. <artifactId>maven-filtering</artifactId> <version>3.4.0</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.19.0</version> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>4.10.3</version> + <version>4.10.4</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> <version>3.6.5</version> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-interpolation</artifactId> + <version>1.29</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId>
