]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23641 Upgrade `javascript` plugins to version 10.17.0.28100 (#12276)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 15 Nov 2024 15:27:00 +0000 (16:27 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 15 Nov 2024 20:02:43 +0000 (20:02 +0000)
Co-authored-by: Michal Zgliczynski <mzglicz@gmail.com>
build.gradle
sonar-application/build.gradle

index 00debfc6b125d00c871bd4da7a48ff2d5be00370..92889f44c5b7b2e85a38b0c60ea0c8e3b634a113 100644 (file)
@@ -275,7 +275,7 @@ subprojects {
       dependency 'org.sonarsource.jacoco:sonar-jacoco-plugin:1.3.0.1538'
       dependency 'org.sonarsource.java:sonar-java-plugin:8.6.0.37351'
       dependency 'org.sonarsource.java:sonar-java-symbolic-execution-plugin:8.6.0.37351'
-      dependency 'org.sonarsource.javascript:sonar-javascript-plugin:10.16.0.27621'
+      dependency 'org.sonarsource.javascript:sonar-javascript-plugin:10.17.0.28100'
       dependency 'org.sonarsource.php:sonar-php-plugin:3.38.0.12239'
       dependency 'org.sonarsource.plugins.cayc:sonar-cayc-plugin:2.4.0.2018'
       dependency 'org.sonarsource.python:sonar-python-plugin:4.23.0.17664'
index 5ab93dfd3c1a313f2ac7305f4c24c4eddbc1f2cf..c0e626f650c129179444e3ef8376777be7fa717d 100644 (file)
@@ -342,7 +342,7 @@ zip {
     //When the archive size increases due to dependencies, the expected size should be updated as well.
     //Bump the expected size by at least 10 more megabytes than what is strictly needed, this in conjunction with the
     //tolerance will allow for some growth in the archive size.
-    def expectedSize = 760000000
+    def expectedSize = 745000000
     //We set a tolerance of 15MB to avoid failing the build for small differences in the archive size.
     def tolerance = 15000000
     def minArchiveSize = expectedSize - tolerance