diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-07 14:20:54 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | bcfca2e5eeb2e10c435b828de2cac3de9731cb5b (patch) | |
tree | 8b80274d33315e3f84f284b59985c5bd69c72acb /build.gradle | |
parent | d23a11701129b68d4f295bc6df5581cf37617ae8 (diff) | |
download | sonarqube-bcfca2e5eeb2e10c435b828de2cac3de9731cb5b.tar.gz sonarqube-bcfca2e5eeb2e10c435b828de2cac3de9731cb5b.zip |
[NO-JIRA] Update com.fasterxml.staxmate 2.4.0 -> 2.4.1
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 a21257c6119..c44a854090e 100644 --- a/build.gradle +++ b/build.gradle @@ -377,7 +377,7 @@ subprojects { exclude 'org.slf4j:slf4j-api' } dependency 'org.codehaus.sonar:sonar-classloader:1.0' - dependency 'com.fasterxml.staxmate:staxmate:2.4.0' + dependency 'com.fasterxml.staxmate:staxmate:2.4.1' dependencySet(group: 'org.eclipse.jetty', version: '9.4.6.v20170531') { entry 'jetty-proxy' entry 'jetty-server' |