]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-22679 Upgrade `iac` plugins to version 1.33.0.11761 (#11469)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Tue, 6 Aug 2024 06:13:52 +0000 (08:13 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 6 Aug 2024 20:02:43 +0000 (20:02 +0000)
Co-authored-by: rudy-regazzoni-sonarsource <rudy-regazzoni-sonarsource@users.noreply.github.com>
Co-authored-by: Rudy Regazzoni <110470341+rudy-regazzoni-sonarsource@users.noreply.github.com>
build.gradle
sonar-application/build.gradle

index 1034d479b3fb12524fef959a2ffad0f010361fc9..92b031046d2be91b3d502a4de70da171496dabf9 100644 (file)
@@ -283,7 +283,7 @@ subprojects {
       dependency "org.sonarsource.api.plugin:sonar-plugin-api:$pluginApiVersion"
       dependency "org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:$pluginApiVersion"
       dependency 'org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108'
-      dependency 'org.sonarsource.iac:sonar-iac-plugin:1.32.0.11383'
+      dependency 'org.sonarsource.iac:sonar-iac-plugin:1.33.0.11761'
       dependency 'org.sonarsource.text:sonar-text-plugin:2.13.0.3515'
       dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.13.0.3515'
       dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.2.0.1148'
index 3c7f333dc53409b7639c8d6d2dc41b6425ccb1ee..917eab40ddd2687649a1ab1e6ecac61b8e84b459 100644 (file)
@@ -338,7 +338,7 @@ task zip(type: Zip, dependsOn: [configurations.compileClasspath]) {
 // Check the size of the archive
 zip.doLast {
   def minLength = 340000000
-  def maxLength = 745000000
+  def maxLength = 746000000
 
   def length = archiveFile.get().asFile.length()
   if (length < minLength)