Skip to content

Commit

Permalink
restrict max version of maven-core (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichantzaras authored Jun 21, 2024
1 parent a2e98b2 commit 8333267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>[3.1.1, )</version>
<version>[3.1.1, 3.9.6)</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -46,4 +46,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 8333267

Please sign in to comment.