From b3f3e25dfd9e750ff7fb9ecd14057677a66d926b Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 11 Apr 2023 12:01:47 +0200 Subject: chore(core): update some more third-party libs --- pdf-as-web/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pdf-as-web') diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle index d8117d3d..2601d42a 100644 --- a/pdf-as-web/build.gradle +++ b/pdf-as-web/build.gradle @@ -68,12 +68,12 @@ dependencies { api 'org.apache.cxf:cxf-rt-transports-http:3.5.5' api 'org.apache.cxf:cxf-rt-frontend-jaxws:3.5.5' api 'com.thetransactioncompany:cors-filter:2.10' - api 'ch.qos.logback:logback-classic:1.2.11' - api 'ch.qos.logback:logback-core:1.2.11' + api 'ch.qos.logback:logback-classic:1.2.12' + api 'ch.qos.logback:logback-core:1.2.12' api 'org.json:json:20230227' api group: 'javax.jws', name: 'javax.jws-api', version: '1.1' compileOnly 'javax.servlet:javax.servlet-api:3.0.1' - testRuntime 'org.springframework:spring-test:5.3.25' + testRuntime 'org.springframework:spring-test:5.3.26' } -- cgit v1.2.3