From 4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 5 Sep 2024 10:08:46 +0200 Subject: chore(core): update third-party libs --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 759cae29..b2ca5772 100644 --- a/build.gradle +++ b/build.gradle @@ -90,9 +90,9 @@ subprojects { revision = getCheckedOutGitCommitHash() //tomcatVersion = '7.0.54'; //tomcatVersion = '8.0.36'; - tomcatVersion = '9.0.87'; + tomcatVersion = '9.0.93'; slf4jVersion = '1.7.36' - cxfVersion = '3.5.8' + cxfVersion = '3.5.9' } jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } -- cgit v1.2.3