aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <>2023-12-19 16:34:34 +0100
committerThomas <>2023-12-19 16:34:34 +0100
commite9f8fb6978cb8c2c4c72ee877621397f6869b809 (patch)
treedfb4dde78c44665cf3d89c2100df78dbea474f4a /build.gradle
parent9d00067f8f5910f246466bfbfabe0dfb713e7ff0 (diff)
downloadpdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.gz
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.bz2
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.zip
chore(core): update third-party libs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
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 }