aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-04-11 12:01:47 +0200
committerThomas <>2023-04-11 12:01:47 +0200
commitb3f3e25dfd9e750ff7fb9ecd14057677a66d926b (patch)
treeab96d51b65cd3134097af77f37e71f76d49db858
parenta0838bb62d19fe2e245284ff527ce3290c580d12 (diff)
downloadpdf-as-4-b3f3e25dfd9e750ff7fb9ecd14057677a66d926b.tar.gz
pdf-as-4-b3f3e25dfd9e750ff7fb9ecd14057677a66d926b.tar.bz2
pdf-as-4-b3f3e25dfd9e750ff7fb9ecd14057677a66d926b.zip
chore(core): update some more third-party libs
-rw-r--r--pdf-as-cli/build.gradle2
-rw-r--r--pdf-as-web-db/build.gradle2
-rw-r--r--pdf-as-web/build.gradle6
3 files changed, 5 insertions, 5 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle
index 94087093..3033cd00 100644
--- a/pdf-as-cli/build.gradle
+++ b/pdf-as-cli/build.gradle
@@ -35,7 +35,7 @@ dependencies {
implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2'
implementation group: 'commons-cli', name: 'commons-cli', version: '1.2'
implementation group: 'javax.activation', name: 'activation', version: '1.1.1'
- implementation 'ch.qos.logback:logback-classic:1.2.11'
+ implementation 'ch.qos.logback:logback-classic:1.2.12'
testImplementation group: 'junit', name: 'junit', version: '4.+'
}
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle
index d09cd865..d2b6fb02 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.11'
+ implementation 'ch.qos.logback:logback-classic:1.2.12'
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
}
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'
}