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-resolver-ant-tasks.git
commit d21ca3f04b7525fab7d2176177210eab84c3a30d Author: Michael Osipov <[email protected]> AuthorDate: Sun Nov 14 14:45:51 2021 +0100 [MRESOLVER-207] Upgrade Plexus Interpolation to 1.26 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46f6bcc..d27b4d3 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interpolation</artifactId> - <version>1.25</version> + <version>1.26</version> </dependency> <dependency> <groupId>org.eclipse.sisu</groupId>
