diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-20 17:16:51 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-06-20 20:02:37 +0000 |
commit | 0bcaa9bf609e86898ce4af186f61ef23adbdccf8 (patch) | |
tree | 0b0ba64d755e42a7fb323f957efe0b4b10a5bc37 | |
parent | d35149734e9b40776d796ee1ceb6c183918c79de (diff) | |
download | sonarqube-0bcaa9bf609e86898ce4af186f61ef23adbdccf8.tar.gz sonarqube-0bcaa9bf609e86898ce4af186f61ef23adbdccf8.zip |
SONAR-22440 Upgrade `text` plugins to version 2.12.1.2905 (#11296)
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 26f1796be4b..193d11f160a 100644 --- a/build.gradle +++ b/build.gradle @@ -282,8 +282,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.31.0.10579' - dependency 'org.sonarsource.text:sonar-text-plugin:2.12.0.2889' - dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.12.0.2889' + dependency 'org.sonarsource.text:sonar-text-plugin:2.12.1.2905' + dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.12.1.2905' dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.2.0.1148' // please keep this list alphabetically ordered |