Skip to content

Commit

Permalink
Bump parent to 17 and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 20, 2024
1 parent 09be36b commit 219f5e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>13</version>
<version>17</version>
</parent>

<artifactId>plexus-xml</artifactId>
Expand Down Expand Up @@ -55,19 +55,19 @@ limitations under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>1.36</version>
<version>1.37</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.36</version>
<version>1.37</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 219f5e0

Please sign in to comment.