From 7ff7c11f729b0ce70ae3588840eade96d7584b29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 21:01:12 +0000 Subject: [PATCH] chore(deps): bump spark-core from 2.9.2 to 2.9.3 Bumps [spark-core](https://github.com/perwendel/spark) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/perwendel/spark/releases) - [Changelog](https://github.com/perwendel/spark/blob/master/changeset.txt) - [Commits](https://github.com/perwendel/spark/compare/2.9.2...2.9.3) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dcca38f6..ab849df2 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'io.undertow:undertow-core:2.2.0.Final' implementation 'com.google.guava:guava:23.0' - implementation 'com.sparkjava:spark-core:2.9.2' + implementation 'com.sparkjava:spark-core:2.9.3' implementation 'com.h2database:h2:1.4.200' compileOnly 'org.projectlombok:lombok:1.18.12' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10'