Skip to content

Commit

Permalink
Merge pull request #282 from /issues/281-enforcer-version
Browse files Browse the repository at this point in the history
Fix #281: Specify enforcer plugin version
  • Loading branch information
banterCZ authored Apr 3, 2024
2 parents ff155d5 + 948749c commit ebfce80
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 ebfce80

Please sign in to comment.