diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-09-10 11:51:33 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-09-10 11:51:33 -0400 |
commit | bb3529df56294efa7d842723758b73f29c235573 (patch) | |
tree | 957a7722471dcb6e569a5d010db7ee68ca67afd3 | |
parent | bd0767fc08a46c290b7a5d2f5dde1688c681cf0d (diff) |
Upgrade to 3.1.0 version of plexus-utils
Issue-ID: LOG-1063
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I52f66eb48447a0d1116b78cc6c1ec0264c1f72c3
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ limitations under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.22</version> + <version>3.1.0</version> </dependency> <!-- Test dependencies --> |