This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-interactivity-api-1.2 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 7c23a7be1d1402ec995c9e4e57f2d09c6578b834 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jan 6 23:47:29 2024 +0100 Upgrade org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.2 --- pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7140d8cd..bbdb9a7b 100644 --- a/pom.xml +++ b/pom.xml @@ -327,16 +327,12 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> - <version>1.1</version> + <version>1.2</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> </exclusion> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> </exclusions> </dependency>
