This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new a749da0 [MINOR] Upgrade junit version to 4.13.2 (#1451)
a749da0 is described below
commit a749da02687a27cfb7477844e196a459d3d0080a
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed Nov 10 03:03:20 2021 +0530
[MINOR] Upgrade junit version to 4.13.2 (#1451)
fixes
https://github.com/junit-team/junit4/security/advisories/GHSA-269g-pwp5-87pp
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d323458..62fe913 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1046,7 +1046,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.13.1</version>
<scope>provided</scope>
</dependency>