aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <>2024-03-22 13:53:11 +0100
committerThomas <>2024-03-22 13:53:11 +0100
commit79a56afea717b37d7b5c5f518d90134adfe2c880 (patch)
tree8e9ab92abf71733b0277ef37d7239ab50077332a /build.gradle
parentf70359e6f00f59c8e76b40a8210086b15b8092e9 (diff)
downloadpdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.gz
pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.tar.bz2
pdf-as-4-79a56afea717b37d7b5c5f518d90134adfe2c880.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 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 }