Skip to content

Commit

Permalink
Make JUnit version a customizable property (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 28, 2023
1 parent 56c5c70 commit a2473f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -94,6 +94,7 @@
<hpi-plugin.version>3.48</hpi-plugin.version>
<incrementals-enforce-minimum.version>1.0-beta-4</incrementals-enforce-minimum.version>
<incrementals-plugin.version>1.7</incrementals-plugin.version>
<junit.version>5.10.0</junit.version>
<license-maven-plugin.version>104.v2171757ee6dd</license-maven-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<localizer-maven-plugin.version>1.31</localizer-maven-plugin.version>
Expand Down Expand Up @@ -132,7 +133,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.0</version>
<version>${junit.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit a2473f4

Please sign in to comment.