From 412ce1da0710a00f2e666b27fa6dfb7438ab9e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 21:03:10 +0000 Subject: [PATCH] chore(deps): bump spark-core from 2.9.2 to 2.9.4 Bumps [spark-core](https://github.com/perwendel/spark) from 2.9.2 to 2.9.4. - [Release notes](https://github.com/perwendel/spark/releases) - [Commits](https://github.com/perwendel/spark/commits) --- updated-dependencies: - dependency-name: com.sparkjava:spark-core dependency-type: direct:production update-type: version-update:semver-patch ... 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..c4f0fd17 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.4' implementation 'com.h2database:h2:1.4.200' compileOnly 'org.projectlombok:lombok:1.18.12' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.10'