Skip to content

Commit

Permalink
Fixed #396 - Upgrade maven-plugin-plugin to 3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 18, 2023
1 parent 0c2fc7f commit 87092e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
:issue-390: https://github.com/khmarbaise/maven-it-extension/issues/390[Fixed #390]
:issue-392: https://github.com/khmarbaise/maven-it-extension/issues/392[Fixed #392]
:issue-394: https://github.com/khmarbaise/maven-it-extension/issues/394[Fixed #394]
:issue-396: https://github.com/khmarbaise/maven-it-extension/issues/396[Fixed #396]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand Down Expand Up @@ -113,6 +114,7 @@
* {issue-390} - Upgrade equalsverifier to 3.15.4
* {issue-392} - Upgrade byte-buddy to 1.14.10
* {issue-394} - Upgrade mockito to 5.8.0
* {issue-396} - Upgrade maven-plugin-plugin to 3.10.2

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
<version>3.10.2</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 87092e7

Please sign in to comment.