aboutsummaryrefslogtreecommitdiffstats
path: root/test-monitoring
diff options
context:
space:
mode:
authorWojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com>2024-02-05 11:45:40 +0100
committersonartech <sonartech@sonarsource.com>2024-02-08 20:02:45 +0000
commit0e95a55c582b8a81c532f7ee18de13cbccb7b5fa (patch)
treea846b638c4b147cf1ed6ae4858dabe02223286ff /test-monitoring
parentc6cb86cf12a585711a8a82305f2ab68a4140fe55 (diff)
downloadsonarqube-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.gradle2
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) {