From c7781dc792ab97a3194f8c72127a689d57dc8843 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 4 Mar 2020 09:56:01 +0100 Subject: [PATCH] SONAR-13155 Upgrade nanohttpd, used by Compute Engine --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5