From 7e94c932a95be0cb30cc4436fd0f4f874b30bc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 21:02:07 +0000 Subject: [PATCH] chore(deps): bump undertow-core from 2.2.0.Final to 2.2.18.Final Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.0.Final to 2.2.18.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.2.0.Final...2.2.18.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-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..84a81527 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ dependencies { implementation 'com.github.natanbc:lavadsp:0.5.2' implementation 'com.typesafe:config:1.4.0' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'io.undertow:undertow-core:2.2.0.Final' + implementation 'io.undertow:undertow-core:2.2.18.Final' implementation 'com.google.guava:guava:23.0' implementation 'com.sparkjava:spark-core:2.9.2' implementation 'com.h2database:h2:1.4.200'