Skip to content

Commit

Permalink
fix: replace version range with exact version(#5300)
Browse files Browse the repository at this point in the history
Version ranges make the build unstable and non-reproducible.
  • Loading branch information
hboutemy committed Jun 22, 2023
1 parent abc6255 commit ec3e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>[3.6.0,)</version>
<version>3.9.2</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit ec3e273

Please sign in to comment.