Skip to content

Commit

Permalink
Parameterise version
Browse files Browse the repository at this point in the history
  • Loading branch information
maallen committed Nov 18, 2024
1 parent eaaa7b3 commit 813f8fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<docker.compose.remove.volumes>true</docker.compose.remove.volumes>
<aspectj.version>1.9.21</aspectj.version>
<jackson.version>2.13.5</jackson.version>
<commons.text.version>1.12.0</commons.text.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -83,7 +84,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>${commons.text.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 813f8fa

Please sign in to comment.