diff options
author | Peter Trifanov <peter.trifanov@sonarsource.com> | 2024-11-26 15:02:28 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-26 20:02:51 +0000 |
commit | e137a8c1b5915d8f7498f3718fbe46942012fdc4 (patch) | |
tree | 1b6c42a491bd72ef349fcf2bf71e33815257ed31 /build.gradle | |
parent | 0d259a3fde3c05794b229ce349b469b46415dc46 (diff) | |
download | sonarqube-e137a8c1b5915d8f7498f3718fbe46942012fdc4.tar.gz sonarqube-e137a8c1b5915d8f7498f3718fbe46942012fdc4.zip |
SONAR-23756 Integrate sonar-text-developer into SQS (#12265)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index f92994f781c..7c0aaa4894a 100644 --- a/build.gradle +++ b/build.gradle @@ -295,8 +295,9 @@ subprojects { dependency 'org.sonarsource.xml:sonar-xml-plugin:2.11.0.5671' dependency 'org.sonarsource.iac:sonar-iac-plugin:1.38.0.13264' dependency 'com.sonarsource.iac:sonar-iac-enterprise-plugin:1.38.0.13264' - dependency 'org.sonarsource.text:sonar-text-plugin:2.17.0.4070' - dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.17.0.4070' + dependency 'org.sonarsource.text:sonar-text-plugin:2.18.0.4866' + dependency 'com.sonarsource.text:sonar-text-developer-plugin:2.18.0.4866' + dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.18.0.4866' dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.3.0.1243' dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.2.0.2277' dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.2.0.2277' |