diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-13 16:09:39 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-16 09:34:31 +0200 |
commit | bbec8759238610b63147422338ce4fdd23b53570 (patch) | |
tree | 55ed472282624f4c9bf36968fd837e20bf6a0532 /sonar-plugin-api-deps | |
parent | 3ab664433645b5e752c2447ce278617611aa9759 (diff) | |
download | sonarqube-bbec8759238610b63147422338ce4fdd23b53570.tar.gz sonarqube-bbec8759238610b63147422338ce4fdd23b53570.zip |
SONAR-9979 Fix potential vulnerability in plugins built with API <= 5.2
Diffstat (limited to 'sonar-plugin-api-deps')
-rw-r--r-- | sonar-plugin-api-deps/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api-deps/pom.xml b/sonar-plugin-api-deps/pom.xml index 27b2abd5fe0..8bf169b14b8 100644 --- a/sonar-plugin-api-deps/pom.xml +++ b/sonar-plugin-api-deps/pom.xml @@ -37,7 +37,7 @@ <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> - <version>1.8.3</version> + <version>1.9.3</version> </dependency> <dependency> <groupId>commons-codec</groupId> |