This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git
The following commit(s) were added to refs/heads/master by this push: new 4b3cf61 [MSHARED-1258] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 4b3cf61 is described below commit 4b3cf61bde467a50fccd78662f0b2dc2a6f065be Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Mon Dec 25 19:50:32 2023 +0100 [MSHARED-1258] Bump org.apache.maven.shared:maven-shared-components from 39 to 41 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 055939b..292c478 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>39</version> + <version>41</version> <relativePath /> </parent> @@ -85,6 +85,11 @@ <version>4.13.2</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>