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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7776209  RATIS-1508. Clean up vulnerabilities from dependencies. (#591)
7776209 is described below

commit 7776209f0bf3ad541105dcf57792fc14af79221c
Author: Tsz-Wo Nicholas Sze <[email protected]>
AuthorDate: Wed Jan 26 11:52:26 2022 +0800

    RATIS-1508. Clean up vulnerabilities from dependencies. (#591)
---
 pom.xml                      | 4 ++--
 ratis-hadoop/pom.xml         | 6 ------
 ratis-replicated-map/pom.xml | 6 ------
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06fbff6..8c4bada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
 
     <shell-executable>bash</shell-executable>
 
-    <hadoop.version>3.1.1</hadoop.version>
+    <hadoop.version>3.3.1</hadoop.version>
     
<hadoop-maven-plugins.version>${hadoop.version}</hadoop-maven-plugins.version>
 
     <!-- define the Java language version used by the compiler -->
@@ -456,7 +456,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.2</version>
       </dependency>
       <dependency>
         <groupId>org.mockito</groupId>
diff --git a/ratis-hadoop/pom.xml b/ratis-hadoop/pom.xml
index 8620541..f1e5776 100644
--- a/ratis-hadoop/pom.xml
+++ b/ratis-hadoop/pom.xml
@@ -88,12 +88,6 @@
     </dependency>
 
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
-      <version>11.0.2</version>
-    </dependency>
-
-    <dependency>
       <groupId>com.github.spotbugs</groupId>
       <artifactId>spotbugs-annotations</artifactId>
       <scope>provided</scope>
diff --git a/ratis-replicated-map/pom.xml b/ratis-replicated-map/pom.xml
index 3b6f8bf..02447c2 100644
--- a/ratis-replicated-map/pom.xml
+++ b/ratis-replicated-map/pom.xml
@@ -89,11 +89,5 @@
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>

Reply via email to