aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorMark Rekveld <mark.rekveld@sonarsource.com>2020-11-09 16:08:14 +0100
committerGitHub <noreply@github.com>2020-11-09 16:08:14 +0100
commit770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a (patch)
tree8b35b47c6300c9d640dd980d4d885e3f6936e0c2 /it/pom.xml
parentfd5bf251753d3d377bb3c8e3f07bfc3a4674296f (diff)
downloadsonar-scanner-cli-770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a.tar.gz
sonar-scanner-cli-770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a.zip
Bump junit to 4.13.1
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 430a58b..e6be08f 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -41,7 +41,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>