aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2022-04-11 13:55:20 +0200
committersonartech <sonartech@sonarsource.com>2022-04-11 20:02:58 +0000
commit2c07b6efff61ab692809e9ac881f2aca25517ec9 (patch)
tree411e6da3dbf15e2cc32b2fdf763c3dd9dede0195 /build.gradle
parent4272f6289ae820ecaa9caca4bc02ecf721716647 (diff)
downloadsonarqube-2c07b6efff61ab692809e9ac881f2aca25517ec9.tar.gz
sonarqube-2c07b6efff61ab692809e9ac881f2aca25517ec9.zip
NO-JIRA upgrade tomcat from 8.x to 9.x
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 796efcc5458..c356e8f8e3a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -270,7 +270,7 @@ subprojects {
entry 'log4j-api'
entry 'log4j-to-slf4j'
}
- dependencySet(group: 'org.apache.tomcat.embed', version: '8.5.73') {
+ dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.62') {
entry 'tomcat-embed-core'
entry('tomcat-embed-jasper') {
exclude 'org.eclipse.jdt.core.compiler:ecj'