diff options
author | Mark Rekveld <mark.rekveld@sonarsource.com> | 2020-11-09 16:08:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 16:08:14 +0100 |
commit | 770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a (patch) | |
tree | 8b35b47c6300c9d640dd980d4d885e3f6936e0c2 /pom.xml | |
parent | fd5bf251753d3d377bb3c8e3f07bfc3a4674296f (diff) | |
download | sonar-scanner-cli-770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a.tar.gz sonar-scanner-cli-770d823a9758e7bf6c9db2f0a6d7a1eb4dd1404a.zip |
Bump junit to 4.13.1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13.1</version> <scope>test</scope> </dependency> <dependency> |