diff options
author | Marco Kaufmann <83189575+kaufco@users.noreply.github.com> | 2025-01-07 16:54:49 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2025-01-07 20:03:30 +0000 |
commit | 5c418d85f95b8e4728ad4d8c4ad9ec7ac557f5e7 (patch) | |
tree | dc319fa109f68db7149cd576568146725c9e8a8a | |
parent | 2979d5995e49811bcde198db643e503178d83d1a (diff) | |
download | sonarqube-5c418d85f95b8e4728ad4d8c4ad9ec7ac557f5e7.tar.gz sonarqube-5c418d85f95b8e4728ad4d8c4ad9ec7ac557f5e7.zip |
SONAR-24136 Improve SonarArchitecture analysis
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ad379e9a7e0..4df4da75e96 100644 --- a/build.gradle +++ b/build.gradle @@ -328,8 +328,8 @@ subprojects { dependency 'com.sonarsource.text:sonar-text-developer-plugin:2.20.0.5038' dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.20.0.5038' dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.4.0.1375' - dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.4.0.2329' - dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.4.0.2329' + dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.5.0.2583' + dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.5.0.2583' // Webapp dependency "org.sonarsource.sonarqube:webapp-assets:$webappVersion" |