Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2020-11-05 14:01:45 +0000
committerMatthias Villiger2020-11-05 14:10:42 +0000
commitd8ad285c8de156d85ca80e286ce96ae3497724bf (patch)
treedb30b58433256ace14c9a25dcadb5b238cc69911 /org.eclipse.scout.rt
parentb96373e872207b5a9b81dacaae1a61a72884ab9a (diff)
downloadorg.eclipse.scout.rt-d8ad285c8de156d85ca80e286ce96ae3497724bf.tar.gz
org.eclipse.scout.rt-d8ad285c8de156d85ca80e286ce96ae3497724bf.tar.xz
org.eclipse.scout.rt-d8ad285c8de156d85ca80e286ce96ae3497724bf.zip
Update junit to 4.13.1 because of CVE-2020-15250
Diffstat (limited to 'org.eclipse.scout.rt')
-rw-r--r--org.eclipse.scout.rt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.scout.rt/pom.xml b/org.eclipse.scout.rt/pom.xml
index a5f99932aa..a3778ea293 100644
--- a/org.eclipse.scout.rt/pom.xml
+++ b/org.eclipse.scout.rt/pom.xml
@@ -699,7 +699,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
</dependency>
<dependency>

Back to the top