From 79a56afea717b37d7b5c5f518d90134adfe2c880 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 22 Mar 2024 13:53:11 +0100 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 d1b725ed..1f6abab0 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.84'; + tomcatVersion = '9.0.87'; slf4jVersion = '1.7.36' - cxfVersion = '3.5.7' + cxfVersion = '3.5.8' } jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } -- cgit v1.2.3