aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMarco Kaufmann <83189575+kaufco@users.noreply.github.com>2024-11-28 10:10:11 +0100
committersonartech <sonartech@sonarsource.com>2024-11-28 20:02:58 +0000
commit59d5cf2ae5efed7cbf43b0abfe97cb30c21fdf07 (patch)
treecbffa4665161677c13d67acd539b427c4811cd69 /build.gradle
parentbbed625283cd9579254e2bfe2378a51a3fd1b210 (diff)
downloadsonarqube-59d5cf2ae5efed7cbf43b0abfe97cb30c21fdf07.tar.gz
sonarqube-59d5cf2ae5efed7cbf43b0abfe97cb30c21fdf07.zip
SONAR-23779 Improve SonarArchitecture analysis (#12394)
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 945f88016e8..b069f5cf773 100644
--- a/build.gradle
+++ b/build.gradle
@@ -299,8 +299,8 @@ subprojects {
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'
+ dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.3.0.2299'
+ dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.3.0.2299'
// please keep this list alphabetically ordered
dependencySet(group: 'ch.qos.logback', version: '1.5.6') {