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-archetype.git
commit 298dc44e36fd57127522ff9bdce70b9f80657ee5 Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Sat Jan 6 21:34:23 2024 +0100 Upgrade org.codehaus.plexus:plexus-interactivity-api to 1.2 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index c4457cfa..fa1c11a1 100644 --- a/pom.xml +++ b/pom.xml @@ -163,13 +163,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interactivity-api</artifactId> - <version>1.1</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> + <version>1.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>