Skip to content

Commit

Permalink
Fixed #429 - Upgrade maven-filtering 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 26, 2023
1 parent 094362b commit 562f81a
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 @@ -64,6 +64,7 @@
:issue-417: https://github.com/khmarbaise/maven-it-extension/issues/417[Fixed #417]
:issue-421: https://github.com/khmarbaise/maven-it-extension/issues/421[Fixed #421]
:issue-425: https://github.com/khmarbaise/maven-it-extension/issues/425[Fixed #425]
:issue-429: https://github.com/khmarbaise/maven-it-extension/issues/429[Fixed #429]
: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 @@ -186,6 +187,7 @@ class ProfileOnClassIT {
* {issue-399} - Upgrade all plugins used in IT to most recent versions
* {issue-425} - Upgrade equalsverifier to 3.15.5
* {issue-427} - Upgrade byte-buddy 1.4.11
* {issue-429} - Upgrade maven-filtering 3.3.1

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion itf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit 562f81a

Please sign in to comment.