This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git
The following commit(s) were added to refs/heads/master by this push:
new 9196a6a Update junit to fix CVE-2020-15250
9196a6a is described below
commit 9196a6a0d101eb5ebb774294ffd937312334ec79
Author: Hugo Hirsch <[email protected]>
AuthorDate: Wed Oct 14 11:46:13 2020 +0200
Update junit to fix CVE-2020-15250
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3929d8f..0096e9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.11</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>