aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
authorThomas <>2023-12-19 16:34:34 +0100
committerThomas <>2023-12-19 16:34:34 +0100
commite9f8fb6978cb8c2c4c72ee877621397f6869b809 (patch)
treedfb4dde78c44665cf3d89c2100df78dbea474f4a /pdf-as-web-db
parent9d00067f8f5910f246466bfbfabe0dfb713e7ff0 (diff)
downloadpdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.gz
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.tar.bz2
pdf-as-4-e9f8fb6978cb8c2c4c72ee877621397f6869b809.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r--pdf-as-web-db/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle
index d2b6fb02..c54b9dbb 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.12'
+ implementation 'ch.qos.logback:logback-classic:1.2.13'
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
}