aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r--pdf-as-web/build.gradle16
1 files changed, 8 insertions, 8 deletions
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'
}