Skip to content

Commit

Permalink
Reuse versions.junit5 from parent
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jul 8, 2024
1 parent 6052fe3 commit cc0e000
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<mavenVersion>4.0.0-beta-3</mavenVersion>

<assertjVersion>3.26.0</assertjVersion>
<junitVersion>5.10.3</junitVersion>
<mavenPluginTestingVersion>4.0.0-beta-2-SNAPSHOT</mavenPluginTestingVersion>
<plexusArchiverVersion>4.10.0</plexusArchiverVersion>
<plexusInterpolationVersion>1.27</plexusInterpolationVersion>
Expand Down Expand Up @@ -125,7 +124,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${junitVersion}</version>
<version>${versions.junit5}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cc0e000

Please sign in to comment.