From 2d529837e763c2e431402b0cadd309a1e8e030a0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 05:33:02 +0000 Subject: [PATCH] Bump undertow-core from 2.1.0.Final to 2.2.7.Final Bumps [undertow-core](https://github.com/undertow-io/undertow) from 2.1.0.Final to 2.2.7.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.1.0.Final...2.2.7.Final) 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 69d14005..57faf9a1 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { def slf4jVersion = '1.7.28' compile group: 'io.divolte', name: 'divolte-schema', version: version - compile group: 'io.undertow', name: 'undertow-core', version: '2.1.0.Final' + compile group: 'io.undertow', name: 'undertow-core', version: '2.2.7.Final' compile group: 'com.typesafe', name: 'config', version: '1.4.0' compile group: 'com.google.guava', name: 'guava', version: '29.0-jre' compile group: 'org.apache.avro', name: 'avro', version: avroVersion