Skip to content

Commit

Permalink
Fix #281: Specify enforcer plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Apr 2, 2024
1 parent ff155d5 commit 948749c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version>

<!-- Dependencies -->
<spring-boot.version>3.2.4</spring-boot.version>
Expand Down Expand Up @@ -140,6 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>${maven-enforcer-plugin.version}</version>
<executions>
<execution>
<id>enforce-banned-dependencies</id>
Expand Down

0 comments on commit 948749c

Please sign in to comment.