This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new f8393a3 [PARQUET-1931] Bump Junit to 4.13.1 (#835)
f8393a3 is described below
commit f8393a3489830397da29af02ecc3cf4a32722417
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Oct 22 18:44:23 2020 +0200
[PARQUET-1931] Bump Junit to 4.13.1 (#835)
Looks like there is a vulnerability in Junit:
https://github.com/Fokko/parquet-mr/pull/44
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6b1f3fa..a0d3e15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>