This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push: new 12fe91218 ATLAS-4669 : Upgrade Junit to 4.13.2 12fe91218 is described below commit 12fe912180ed9d98734a1ed1583c3e3f5f615b28 Author: chaitali borole <chaitali.bor...@freestoneinfotech.com> AuthorDate: Thu Sep 8 12:16:22 2022 +0530 ATLAS-4669 : Upgrade Junit to 4.13.2 Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> --- 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 a6ed51421..4ce228f7a 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 a5d4b1f9e..d5aabbf24 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>