From 5fd7deb389fc498b14d79e5cfb5f3d136e237d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Apr 2019 11:07:52 +0300 Subject: [PATCH] Bump h2 from 1.4.196 to 1.4.199 in /Plan (#968) Bumps h2 from 1.4.196 to 1.4.199. Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index da4f14fa6..a87432364 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -61,7 +61,7 @@ subprojects { ext.commonsTextVersion = "1.6" ext.htmlCompressorVersion = "1.5.2" ext.caffeineVersion = "2.7.0" - ext.h2Version = "1.4.196" + ext.h2Version = "1.4.199" ext.hikariVersion = "3.3.1" ext.slf4jVersion = "1.7.26" ext.geoIpVersion = "2.12.0"