This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit b62992f9db37a10ae9d880462f5aeaff98da6439 Author: Michael Osipov <[email protected]> AuthorDate: Sat Aug 20 09:05:00 2022 +0200 [MPMD-351] Upgrade Maven Artifact Transfer to 0.13.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index acd4c29..d535851 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-artifact-transfer</artifactId> - <version>0.11.0</version> + <version>0.13.1</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>
