aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2018-06-25 14:50:01 +0200
committersonartech <sonartech@sonarsource.com>2018-06-29 09:10:17 +0200
commitdc5796f962f74df2e5b34bcd3fffd359166d8657 (patch)
tree8367192dd854e153c6f6152d8be43dc604840d36 /build.gradle
parentce2b952e387da62818da410e65279245d517a454 (diff)
downloadsonarqube-dc5796f962f74df2e5b34bcd3fffd359166d8657.tar.gz
sonarqube-dc5796f962f74df2e5b34bcd3fffd359166d8657.zip
SONARCLOUD-82 Do not call muppet when downgrading an inactive org.
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 c53bd71fd6b..d94f2d73c36 100644
--- a/build.gradle
+++ b/build.gradle
@@ -184,7 +184,7 @@ subprojects {
exclude 'xerces:xmlParserAPIs'
exclude 'xerces:xercesImpl'
}
- dependencySet(group: 'org.eclipse.jetty', version: '9.3.6.v20151106') {
+ dependencySet(group: 'org.eclipse.jetty', version: '9.4.6.v20170531') {
entry 'jetty-proxy'
entry 'jetty-server'
entry 'jetty-servlet'