From e9f8fb6978cb8c2c4c72ee877621397f6869b809 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 19 Dec 2023 16:34:34 +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 9eb8a547..f7eda2d0 100644 --- a/build.gradle +++ b/build.gradle @@ -84,9 +84,9 @@ subprojects { revision = getCheckedOutGitCommitHash() //tomcatVersion = '7.0.54'; //tomcatVersion = '8.0.36'; - tomcatVersion = '9.0.73'; + tomcatVersion = '9.0.84'; slf4jVersion = '1.7.36' - cxfVersion = '3.5.5' + cxfVersion = '3.5.7' } jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } -- cgit v1.2.3