Browse Source

SONAR-21974 Update sonarText and sonarTextEnterprise analyzer to 2.10.0.2188 (#10909)

tags/10.5.0.89998
Jonas Wielage 1 month ago
parent
commit
aef564fbc7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      build.gradle

+ 2
- 2
build.gradle View File

@@ -280,8 +280,8 @@ subprojects {
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.26.0.8471'
dependency 'org.sonarsource.text:sonar-text-plugin:2.9.0.2100'
dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.9.0.2100'
dependency 'org.sonarsource.text:sonar-text-plugin:2.10.0.2188'
dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.10.0.2188'
dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.1.0.855'

// please keep this list alphabetically ordered

Loading…
Cancel
Save