You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by pr...@apache.org on 2022/01/11 10:31:13 UTC

[ranger] branch master updated: RANGER-3561: Upgrade Storm version to 1.2.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 78cfc75  RANGER-3561: Upgrade Storm version to 1.2.4
78cfc75 is described below

commit 78cfc7531e714cebd2d947203cb38ee992c8853c
Author: pradeep <pr...@apache.org>
AuthorDate: Wed Dec 22 21:27:49 2021 +0530

    RANGER-3561: Upgrade Storm version to 1.2.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0e9abc5..89f066d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,7 @@
         <springframework.test.version>5.3.12</springframework.test.version>
         <springframework.version>5.3.12</springframework.version>
         <sqoop.version>1.99.7</sqoop.version>
-        <storm.version>1.2.0</storm.version>
+        <storm.version>1.2.4</storm.version>
         <sun-jersey-bundle.version>1.19</sun-jersey-bundle.version>
         <tomcat.embed.version>8.5.72</tomcat.embed.version>
         <testng.version>6.9.4</testng.version>