@@ -20,7 +20,7 @@ limitations under the License.
2020 <parent >
2121 <groupId >org.codehaus.plexus</groupId >
2222 <artifactId >plexus</artifactId >
23- <version >13 </version >
23+ <version >16 </version >
2424 </parent >
2525
2626 <artifactId >plexus-xml</artifactId >
@@ -55,7 +55,7 @@ limitations under the License.
5555 <dependency >
5656 <groupId >org.apache.maven</groupId >
5757 <artifactId >maven-xml-impl</artifactId >
58- <version >4.0.0-alpha-7 </version >
58+ <version >4.0.0-alpha-8 </version >
5959 <exclusions >
6060 <exclusion >
6161 <groupId >org.eclipse.sisu</groupId >
@@ -66,26 +66,20 @@ limitations under the License.
6666 <dependency >
6767 <groupId >org.openjdk.jmh</groupId >
6868 <artifactId >jmh-core</artifactId >
69- <version >1.36 </version >
69+ <version >1.37 </version >
7070 <scope >test</scope >
7171 </dependency >
7272 <dependency >
7373 <groupId >org.openjdk.jmh</groupId >
7474 <artifactId >jmh-generator-annprocess</artifactId >
75- <version >1.36 </version >
75+ <version >1.37 </version >
7676 <scope >test</scope >
7777 </dependency >
7878 <dependency >
7979 <groupId >org.junit.jupiter</groupId >
8080 <artifactId >junit-jupiter</artifactId >
8181 <scope >test</scope >
8282 </dependency >
83- <dependency >
84- <groupId >org.hamcrest</groupId >
85- <artifactId >hamcrest</artifactId >
86- <version >2.2</version >
87- <scope >test</scope >
88- </dependency >
8983 <dependency >
9084 <groupId >org.codehaus.plexus</groupId >
9185 <artifactId >plexus-utils</artifactId >
0 commit comments