From da7fa9edd654a6da26955b263f69260f25dff9ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Apr 2024 13:01:54 +0000 Subject: [PATCH] Update dependency io.undertow:undertow-core to v2.3.13.Final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 642507e..1b1a2c2 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ dependencies { api 'org.zeroturnaround:zt-exec:1.12' // HTTP server - api 'io.undertow:undertow-core:2.3.12.Final' + api 'io.undertow:undertow-core:2.3.13.Final' // Command parser for AS interface api 'commons-cli:commons-cli:1.6.0' -- 2.49.1