diff options
author | Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> | 2024-02-05 11:45:40 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-08 20:02:45 +0000 |
commit | 0e95a55c582b8a81c532f7ee18de13cbccb7b5fa (patch) | |
tree | a846b638c4b147cf1ed6ae4858dabe02223286ff /test-monitoring | |
parent | c6cb86cf12a585711a8a82305f2ab68a4140fe55 (diff) | |
download | sonarqube-0e95a55c582b8a81c532f7ee18de13cbccb7b5fa.tar.gz sonarqube-0e95a55c582b8a81c532f7ee18de13cbccb7b5fa.zip |
SONAR-21569 Update org.aspectj:aspectjweaver 1.9.20.1 -> 1.9.21
Diffstat (limited to 'test-monitoring')
-rw-r--r-- | test-monitoring/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-monitoring/build.gradle b/test-monitoring/build.gradle index 41b025071e6..3c48f082781 100644 --- a/test-monitoring/build.gradle +++ b/test-monitoring/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'org.assertj:assertj-core' testImplementation 'org.mockito:mockito-core' - testImplementation 'org.aspectj:aspectjweaver:1.9.20.1' + testImplementation 'org.aspectj:aspectjweaver:1.9.21' } tasks.withType(JavaCompile) { |