aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <>2024-09-05 10:08:46 +0200
committerThomas <>2024-09-05 10:08:46 +0200
commit4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 (patch)
tree8a17298ad061da44ab5fd7120adc7a00d1ee70b7 /build.gradle
parente8b4bcaddffef3bf937142d2fe06efd709632cee (diff)
downloadpdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.gz
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.bz2
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.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 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 }