Skip to content

Commit a671d32

Browse files
Bump parent to 17 and updates
1 parent 09be36b commit a671d32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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>17</version>
2424
</parent>
2525

2626
<artifactId>plexus-xml</artifactId>
@@ -55,19 +55,19 @@ limitations under the License.
5555
<dependency>
5656
<groupId>org.codehaus.plexus</groupId>
5757
<artifactId>plexus-utils</artifactId>
58-
<version>4.0.0</version>
58+
<version>4.0.1</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.openjdk.jmh</groupId>
6363
<artifactId>jmh-core</artifactId>
64-
<version>1.36</version>
64+
<version>1.37</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.openjdk.jmh</groupId>
6969
<artifactId>jmh-generator-annprocess</artifactId>
70-
<version>1.36</version>
70+
<version>1.37</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

0 commit comments

Comments
 (0)