diff options
author | Thomas <> | 2024-03-22 13:53:11 +0100 |
---|---|---|
committer | Thomas <> | 2024-03-22 13:53:11 +0100 |
commit | 79a56afea717b37d7b5c5f518d90134adfe2c880 (patch) | |
tree | 8e9ab92abf71733b0277ef37d7239ab50077332a /pdf-as-web | |
parent | f70359e6f00f59c8e76b40a8210086b15b8092e9 (diff) | |
download | pdf-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 'pdf-as-web')
-rw-r--r-- | pdf-as-web/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index c8b66389..067b9a96 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -62,15 +62,15 @@ dependencies { 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 "commons-codec:commons-codec:1.16.1" 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.7' - api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.7' + api 'org.apache.cxf:cxf-rt-transports-http:3.5.8' + api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.8' api 'com.thetransactioncompany:cors-filter:2.10' api 'ch.qos.logback:logback-classic:1.2.13' api 'ch.qos.logback:logback-core:1.2.13' - api 'org.json:json:20231013' + api 'org.json:json:20240303' 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.31' |