aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web
diff options
context:
space:
mode:
authorThomas <>2023-06-27 09:29:56 +0200
committerThomas <>2023-06-27 09:29:56 +0200
commit234176b7fe5c4178449d74a9627c3645212ac821 (patch)
treed24b9e25c8d96f15fcc5ec2f9b991d3e7ed13701 /pdf-as-web
parentca7b9d0863dcc1c02849a23db66310146f91c104 (diff)
downloadpdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.tar.gz
pdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.tar.bz2
pdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.zip
test(core): actived and fix some more tests
Diffstat (limited to 'pdf-as-web')
-rw-r--r--pdf-as-web/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 2601d42a..3123668d 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -73,7 +73,7 @@ dependencies {
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.26'
+ testImplementation 'org.springframework:spring-test:5.3.28'
}