You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2023/02/09 20:49:05 UTC

[maven-jdeprscan-plugin] 02/02: [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MJDEPRSCAN-7
in repository https://gitbox.apache.org/repos/asf/maven-jdeprscan-plugin.git

commit f63619eb1d912ef3f2a92c8e6aae9663e56f5f26
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Feb 9 21:44:55 2023 +0100

    [MJDEPRSCAN-7] Bump plexus-utils, commons-lang3 and junit to latest versions
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3cb2187..c63d4cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,19 +93,19 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.5.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.12.0</version>
     </dependency>
     
     <!-- TEST -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>