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 4c361375f41c1113f2b0f503725f107fc7921444 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 e355029..7e80947 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>
