Skip to content

Commit

Permalink
Fixed #435 - Upgrade plexus-utils 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Dec 26, 2023
1 parent 39db399 commit 2adfc93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
:issue-425: https://github.com/khmarbaise/maven-it-extension/issues/425[Fixed #425]
:issue-431: https://github.com/khmarbaise/maven-it-extension/issues/431[Fixed #431]
:issue-433: https://github.com/khmarbaise/maven-it-extension/issues/433[Fixed #433]
:issue-435: https://github.com/khmarbaise/maven-it-extension/issues/435[Fixed #435]
: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 @@ -191,6 +192,7 @@ class ProfileOnClassIT {
* {issue-429} - Upgrade maven-filtering 3.3.1
* {issue-431} - Upgrade maven-shared-utils 3.4.2
* {issue-433} - Upgrade plexus-interpolation 1.27
* {issue-435} - Upgrade plexus-utils 4.0.3

*Build Improvements*

Expand Down
4 changes: 2 additions & 2 deletions itf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<artifactId>plexus-xml</artifactId>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 2adfc93

Please sign in to comment.