From: Julien Lancelot Date: Mon, 25 Jun 2018 12:50:01 +0000 (+0200) Subject: SONARCLOUD-82 Do not call muppet when downgrading an inactive org. X-Git-Tag: 7.5~908 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc5796f962f74df2e5b34bcd3fffd359166d8657;p=sonarqube.git SONARCLOUD-82 Do not call muppet when downgrading an inactive org. --- 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'