diff options
author | Aurelien Poscia <aurelien.poscia@sonarsource.com> | 2022-10-11 11:44:48 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-10-12 20:03:42 +0000 |
commit | 1e862500e3ad5372fee29ae49c46e52eeabe5b78 (patch) | |
tree | ff8950383ad0301cfe03c1038aad4ac5e74583c5 | |
parent | 36e3d5aec104de0b0dfd5cf90394c62318ae99bf (diff) | |
download | sonarqube-1e862500e3ad5372fee29ae49c46e52eeabe5b78.tar.gz sonarqube-1e862500e3ad5372fee29ae49c46e52eeabe5b78.zip |
Dependency upgrade: sonar-vb-plugin 2.9.0.3341
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 1dcddf6b40c..fd2687c343e 100644 --- a/build.gradle +++ b/build.gradle @@ -176,7 +176,7 @@ subprojects { dependency 'com.sonarsource.dbd:sonar-dbd-python-frontend-plugin:1.5.0.1969' dependency 'com.sonarsource.pli:sonar-pli-plugin:1.11.1.2727' dependency 'com.sonarsource.plsql:sonar-plsql-plugin:3.7.0.4372' - dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.8.0.3021' + dependency 'com.sonarsource.plugins.vb:sonar-vb-plugin:2.9.0.3341' dependency 'com.sonarsource.rpg:sonar-rpg-plugin:3.2.0.3034' dependency 'com.sonarsource.security:sonar-security-csharp-frontend-plugin:9.6.1.17278' dependency 'com.sonarsource.security:sonar-security-java-frontend-plugin:9.6.1.17278' |