Skip to content

Commit

Permalink
avoid version range: makes build is not stable
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 22, 2023
1 parent abc6255 commit 4656eff
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 4656eff

Please sign in to comment.