You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/25 17:05:33 UTC

[maven-shared-utils] branch master updated: [MSHARED-1110] Upgrade components

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new b0bedef  [MSHARED-1110] Upgrade components
b0bedef is described below

commit b0bedef47a8cc24816a324026d9ff9f6ba0b860d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Jul 25 19:05:10 2022 +0200

    [MSHARED-1110] Upgrade components
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0bf65c2..bcae7c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,20 +70,20 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.25</version>
+      <version>1.7.36</version>
     </dependency>
 
     <dependency>
       <groupId>org.fusesource.jansi</groupId>
       <artifactId>jansi</artifactId>
-      <version>2.2.0</version>
+      <version>2.4.0</version>
       <optional>true</optional>
     </dependency>
 
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.11.0</version>
     </dependency>
 
     <dependency>
@@ -113,7 +113,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.3.0</version>
+      <version>3.4.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>