From: Simon Brandhof Date: Wed, 4 Mar 2020 08:56:01 +0000 (+0100) Subject: SONAR-13155 Upgrade nanohttpd, used by Compute Engine X-Git-Tag: 8.3.0.34182~115 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c7781dc792ab97a3194f8c72127a689d57dc8843;p=sonarqube.git SONAR-13155 Upgrade nanohttpd, used by Compute Engine --- diff --git a/build.gradle b/build.gradle index abc56705231..12e2e11661c 100644 --- a/build.gradle +++ b/build.gradle @@ -278,7 +278,7 @@ subprojects { exclude 'org.hamcrest:hamcrest-core' } dependency 'org.mybatis:mybatis:3.5.4' - dependency 'org.nanohttpd:nanohttpd:2.3.0' + dependency 'org.nanohttpd:nanohttpd:2.3.1' dependency 'org.picocontainer:picocontainer:2.15' dependencySet(group: 'org.slf4j', version: '1.7.28') { entry 'jcl-over-slf4j'