From a8d10f22ac6d974c35b4c77f0960b49d6baa4585 Mon Sep 17 00:00:00 2001 From: Smruti Ranjan Sahoo Date: Thu, 24 Jun 2021 16:28:40 -0700 Subject: [PATCH] upgrade dependencies with known vulnerabilities in undertow-httphandler --- examples/undertow-httphandler/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/undertow-httphandler/build.gradle b/examples/undertow-httphandler/build.gradle index 8d9b48b..e11aac0 100644 --- a/examples/undertow-httphandler/build.gradle +++ b/examples/undertow-httphandler/build.gradle @@ -14,5 +14,6 @@ dependencies { implementation platform(group: 'org.apache.logging.log4j', name: 'log4j-bom', version: '2.14.1') implementation group: 'org.apache.logging.log4j', name: 'log4j-core' implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl' - implementation group: 'io.undertow', name: 'undertow-core', version: '2.2.7.Final' + implementation group: 'io.undertow', name: 'undertow-core', version: '2.2.8.Final' + implementation group: 'org.jboss.xnio', name: 'xnio-nio', version: '3.8.4.Final' }