This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit ae9ca98f35652ad091cfadc0f20fe4fa5d8e5f6d Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Oct 24 20:40:30 2021 +0200 Bump plexus-interactivity-api from 1.0 to 1.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4211745..f8fd376 100644 --- a/pom.xml +++ b/pom.xml @@ -308,7 +308,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> - <version>1.0</version> + <version>1.1</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId>
