diff options
author | Irina Batinic <117161143+irina-batinic-sonarsource@users.noreply.github.com> | 2024-11-29 17:25:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-29 20:03:09 +0000 |
commit | b5fbadd89c965ba739de8da054c9c1c715f42124 (patch) | |
tree | df80ba43da3bb6fcaa88e6ef0857d464d75fb97f /build.gradle | |
parent | f0a0d60425112315396ccc5cf87adff247f625d3 (diff) | |
download | sonarqube-b5fbadd89c965ba739de8da054c9c1c715f42124.tar.gz sonarqube-b5fbadd89c965ba739de8da054c9c1c715f42124.zip |
SONAR-23802 Update SonarArchitecture to 1.4.0.2324 (#12454)
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index ece5f21d2d4..a3f86cb4bc6 100644 --- a/build.gradle +++ b/build.gradle @@ -299,8 +299,8 @@ subprojects { dependency 'com.sonarsource.text:sonar-text-developer-plugin:2.19.0.4883' dependency 'com.sonarsource.text:sonar-text-enterprise-plugin:2.19.0.4883' dependency 'com.sonarsource.jcl:sonar-jcl-plugin:1.3.0.1243' - dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.3.0.2299' - dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.3.0.2299' + dependency 'com.sonarsource.architecture:sonar-architecture-plugin:1.4.0.2329' + dependency 'com.sonarsource.architecture:sonar-architecture-java-frontend-plugin:1.4.0.2329' // please keep this list alphabetically ordered dependencySet(group: 'ch.qos.logback', version: '1.5.6') { |