From 13c5e3dd7e7a4fbb3da19b477486fc8bfb2d4aac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:27:00 +0100 Subject: [PATCH] SONAR-23641 Upgrade `javascript` plugins to version 10.17.0.28100 (#12276) Co-authored-by: Michal Zgliczynski --- build.gradle | 2 +- sonar-application/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 00debfc6b12..92889f44c5b 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 5ab93dfd3c1..c0e626f650c 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -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 -- 2.39.5