diff options
author | Thomas <> | 2023-01-12 07:43:15 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-12 07:43:15 +0100 |
commit | b35bdd12f605dc1017b4ac892a8e033e25e685c1 (patch) | |
tree | 8792fae804030b667bccae89bca79f2158174ee1 /build.gradle | |
parent | 42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0 (diff) | |
download | pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.gz pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.bz2 pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.zip |
build(core): update third-party libs
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index e990df14..449802e5 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ allprojects { url "https://repo.spring.io/milestone/" } } - version = '4.2.1-SNAPSHOT' + version = '4.3.0-SNAPSHOT' } subprojects { @@ -84,8 +84,8 @@ subprojects { //tomcatVersion = '7.0.54'; //tomcatVersion = '8.0.36'; tomcatVersion = '9.0.46'; - slf4jVersion = '1.7.32' - cxfVersion = '3.4.5' + slf4jVersion = '1.7.36' + cxfVersion = '3.5.5' } jar { manifest.attributes provider: 'EGIZ', 'Specification-Version': getCheckedOutGitCommitHash(), 'Implementation-Version': project.version } |