diff options
author | Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> | 2024-02-06 09:18:24 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-08 20:02:46 +0000 |
commit | b93f6d9d4806a2a6bceb829dd0c21a659e90109c (patch) | |
tree | 0db1f82bc968c2d17d0e1709cc04303d257de938 /build.gradle | |
parent | 12119298d4dcb970257e2ad9cec64f70d9e08349 (diff) | |
download | sonarqube-b93f6d9d4806a2a6bceb829dd0c21a659e90109c.tar.gz sonarqube-b93f6d9d4806a2a6bceb829dd0c21a659e90109c.zip |
SONAR-21569 Update org.aspectj:aspectjtools 1.9.20.1 -> 1.9.21
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index feab198608b..be012cf2628 100644 --- a/build.gradle +++ b/build.gradle @@ -334,7 +334,7 @@ subprojects { } dependency 'com.onelogin:java-saml:2.9.0' dependency 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09' - dependency 'org.aspectj:aspectjtools:1.9.20.1' + dependency 'org.aspectj:aspectjtools:1.9.21' // If this gets updated the dependency on okio 3.5.0 should be reviewed dependencySet(group: 'com.squareup.okhttp3', version: '4.12.0') { entry 'okhttp' |