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 ++-- pdf-as-common/build.gradle | 2 +- pdf-as-legacy/build.gradle | 4 ++-- pdf-as-lib/build.gradle | 6 +++--- pdf-as-moa/build.gradle | 2 +- pdf-as-pdfbox-2/build.gradle | 6 +++--- pdf-as-web-db/build.gradle | 2 +- pdf-as-web-statistic-api/build.gradle | 2 +- pdf-as-web-status/build.gradle | 2 +- pdf-as-web/build.gradle | 16 ++++++++-------- 10 files changed, 23 insertions(+), 23 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 } diff --git a/pdf-as-common/build.gradle b/pdf-as-common/build.gradle index 2af41031..fd4e5616 100644 --- a/pdf-as-common/build.gradle +++ b/pdf-as-common/build.gradle @@ -22,7 +22,7 @@ releases.dependsOn sourcesJar dependencies { api group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion api group: 'commons-collections', name: 'commons-collections', version: '3.2.2' - api group: 'commons-io', name: 'commons-io', version: '2.11.0' + api group: 'commons-io', name: 'commons-io', version: '2.15.1' api group: 'ognl', name: 'ognl', version: '3.3.4' api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' api 'commons-codec:commons-codec:1.15' diff --git a/pdf-as-legacy/build.gradle b/pdf-as-legacy/build.gradle index 168504d6..55b421f1 100644 --- a/pdf-as-legacy/build.gradle +++ b/pdf-as-legacy/build.gradle @@ -19,8 +19,8 @@ dependencies { implementation project (':pdf-as-moa') implementation project (':signature-standards:sigs-pkcs7detached') implementation project (':signature-standards:sigs-pades') - implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' - implementation group: 'commons-codec', name: 'commons-codec', version: '1.15' + implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' + implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.0' } task releases(type: Copy) { diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle index 67e4b6ac..a7cb978c 100644 --- a/pdf-as-lib/build.gradle +++ b/pdf-as-lib/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenLocal() mavenCentral() } - dependencies { classpath("commons-io:commons-io:2.8.0") } + dependencies { classpath("commons-io:commons-io:2.15.1") } } @@ -62,7 +62,7 @@ repositories { dependencies { api project (':pdf-as-common') - api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' + api group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0' api group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14' api group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14' api group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70' @@ -70,7 +70,7 @@ dependencies { api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' api group: 'com.google.code.gson', name: 'gson', version: '2.10.1' api group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.3' - api group: 'commons-io', name: 'commons-io', version: '2.11.0' + api group: 'commons-io', name: 'commons-io', version: '2.15.1' api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' api 'org.apache.commons:commons-collections4:4.4' api group: 'ognl', name: 'ognl', version: '3.3.4' diff --git a/pdf-as-moa/build.gradle b/pdf-as-moa/build.gradle index d0fe8c0b..60b047f4 100644 --- a/pdf-as-moa/build.gradle +++ b/pdf-as-moa/build.gradle @@ -13,7 +13,7 @@ buildscript { mavenLocal() mavenCentral() } - dependencies { classpath("commons-io:commons-io:2.8.0") } + dependencies { classpath("commons-io:commons-io:2.15.1") } } sourceSets { diff --git a/pdf-as-pdfbox-2/build.gradle b/pdf-as-pdfbox-2/build.gradle index f6f14a5d..de648d96 100644 --- a/pdf-as-pdfbox-2/build.gradle +++ b/pdf-as-pdfbox-2/build.gradle @@ -33,9 +33,9 @@ dependencies { implementation project (':pdf-as-lib') implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion implementation 'org.slf4j:jcl-over-slf4j:1.7.36' - api group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.27' - api group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.27' - api group: 'org.apache.pdfbox', name: 'preflight', version: '2.0.27' + api group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.30' + api group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.30' + api group: 'org.apache.pdfbox', name: 'preflight', version: '2.0.30' implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' implementation group: 'ognl', name: 'ognl', version: '3.3.4' api group: 'com.github.jai-imageio', name: 'jai-imageio-jpeg2000', version: '1.4.0' diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle index d2b6fb02..c54b9dbb 100644 --- a/pdf-as-web-db/build.gradle +++ b/pdf-as-web-db/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation project (':pdf-as-web-statistic-api') api "org.hibernate:hibernate-core:5.6.15.Final" api "org.hibernate:hibernate-entitymanager:5.6.15.Final" - implementation 'ch.qos.logback:logback-classic:1.2.12' + implementation 'ch.qos.logback:logback-classic:1.2.13' implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion } diff --git a/pdf-as-web-statistic-api/build.gradle b/pdf-as-web-statistic-api/build.gradle index 377c0714..36c08856 100644 --- a/pdf-as-web-statistic-api/build.gradle +++ b/pdf-as-web-statistic-api/build.gradle @@ -22,7 +22,7 @@ sourceSets.test.runtimeClasspath += configurations.providedCompile dependencies { implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion - implementation 'org.apache.commons:commons-lang3:3.12.0' + implementation 'org.apache.commons:commons-lang3:3.14.0' testImplementation group: 'junit', name: 'junit', version: '4.+' } diff --git a/pdf-as-web-status/build.gradle b/pdf-as-web-status/build.gradle index ec08ee83..35fdcfb2 100644 --- a/pdf-as-web-status/build.gradle +++ b/pdf-as-web-status/build.gradle @@ -22,7 +22,7 @@ sourceSets.test.runtimeClasspath += configurations.providedCompile dependencies { implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion - implementation 'org.apache.commons:commons-lang3:3.12.0' + implementation 'org.apache.commons:commons-lang3:3.14.0' compileOnly 'javax.servlet:javax.servlet-api:3.0.1' } diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index 3123668d..c8b66389 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -57,23 +57,23 @@ dependencies { api project (':pdf-as-web-statistic-api') api project (':pdf-as-pdfbox-2') api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5' - api group: 'commons-io', name: 'commons-io', version: '2.11.0' + api group: 'commons-io', name: 'commons-io', version: '2.15.1' api group: 'opensymphony', name: 'sitemesh', version: '2.4.2' api group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' api group: 'javax.xml.ws', name: 'jaxws-api', version: '2.3.1' api group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '2.3.3' api "commons-codec:commons-codec:1.15" - api 'org.apache.commons:commons-lang3:3.12.0' + api 'org.apache.commons:commons-lang3:3.14.0' api group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' - api 'org.apache.cxf:cxf-rt-transports-http:3.5.5' - api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.5' + api 'org.apache.cxf:cxf-rt-transports-http:3.5.7' + api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.7' api 'com.thetransactioncompany:cors-filter:2.10' - api 'ch.qos.logback:logback-classic:1.2.12' - api 'ch.qos.logback:logback-core:1.2.12' - api 'org.json:json:20230227' + api 'ch.qos.logback:logback-classic:1.2.13' + api 'ch.qos.logback:logback-core:1.2.13' + api 'org.json:json:20231013' api group: 'javax.jws', name: 'javax.jws-api', version: '1.1' compileOnly 'javax.servlet:javax.servlet-api:3.0.1' - testImplementation 'org.springframework:spring-test:5.3.28' + testImplementation 'org.springframework:spring-test:5.3.31' } -- cgit v1.2.3