This is an automated email from the ASF dual-hosted git repository.
pinal pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 83e7d6279 ATLAS-4669 : Upgrade Junit to 4.13.2
83e7d6279 is described below
commit 83e7d6279c884e479aaaebac8e25f4d68c778a6f
Author: chaitali borole <[email protected]>
AuthorDate: Thu Sep 8 12:16:22 2022 +0530
ATLAS-4669 : Upgrade Junit to 4.13.2
Signed-off-by: Pinal Shah <[email protected]>
(cherry picked from commit 12fe912180ed9d98734a1ed1583c3e3f5f615b28)
---
addons/hbase-bridge/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 063105dbb..5f475c29c 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -165,7 +165,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- <version>4.12</version>
+ <version>${junit.version}</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 7e5da0928..0207b0b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -742,7 +742,7 @@
<json.version>3.2.11</json.version>
<json-simple.version>1.1.1</json-simple.version>
<jsr.version>1.1</jsr.version>
- <junit.version>4.13.1</junit.version>
+ <junit.version>4.13.2</junit.version>
<kafka.scala.binary.version>2.12</kafka.scala.binary.version>
<kafka.version>2.8.1</kafka.version>
<keycloak.version>6.0.1</keycloak.version>