]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9979 Fix potential vulnerability in plugins built with API <= 5.2
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 13 Oct 2017 14:09:39 +0000 (16:09 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 16 Oct 2017 07:34:31 +0000 (09:34 +0200)
sonar-plugin-api-deps/pom.xml

index 27b2abd5fe02e46f2c04a251a98b4575dfea9ab2..8bf169b14b80d57388bb0f9975816f7edd7bc1ae 100644 (file)
@@ -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>