We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cde88e commit 2da2de8Copy full SHA for 2da2de8
plexus-interactivity-api/pom.xml
@@ -16,11 +16,11 @@
16
<dependency>
17
<groupId>org.codehaus.plexus</groupId>
18
<artifactId>plexus-utils</artifactId>
19
+ <version>4.0.0</version>
20
</dependency>
21
22
<groupId>org.junit.jupiter</groupId>
23
<artifactId>junit-jupiter</artifactId>
- <version>5.10.1</version>
24
<scope>test</scope>
25
26
<!--
pom.xml
@@ -4,8 +4,8 @@
4
5
<parent>
6
7
- <artifactId>plexus-components</artifactId>
8
- <version>14.2</version>
+ <artifactId>plexus</artifactId>
+ <version>16</version>
9
</parent>
10
11
<artifactId>plexus-interactivity</artifactId>
0 commit comments