From f8ecd8d61d6bbab3b952d149bda799b31e918a03 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 20:07:07 +0000 Subject: [PATCH] Bump squash-h2 from 0.2.3 to 0.2.4 Bumps [squash-h2](https://github.com/orangy/squash) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/orangy/squash/releases) - [Commits](https://github.com/orangy/squash/compare/squash-0.2.3...squash-0.2.4) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4fa202b..cec5571 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ version '1.0-SNAPSHOT' buildscript { ext.kotlin_version = '1.2.10' ext.ktor_version = '0.9.0' - ext.squash_version = '0.2.3' + ext.squash_version = '0.2.4' repositories { mavenCentral()