From 47b15a1bc3c56b6771b8cf3156653ad4b152d4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 21:03:07 +0000 Subject: [PATCH] chore(deps): bump undertow-core from 2.2.0.Final to 2.3.2.Final Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.2.0.Final to 2.3.2.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.2.0.Final...2.3.2.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:production update-type: version-update:semver-minor ... 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..cfcb3340 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.3.2.Final' implementation 'com.google.guava:guava:23.0' implementation 'com.sparkjava:spark-core:2.9.2' implementation 'com.h2database:h2:1.4.200'