aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
authorGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2021-12-23 12:29:40 +0100
committerGerald Palfinger <gerald.palfinger@iaik.tugraz.at>2022-01-20 14:54:26 +0100
commit228b1e2dc09d9554edcd667c68325709d1fb0d3e (patch)
treeb47bbb1f43d250b4a009aa5fe9b3a013ffe5a292 /pdf-as-web-db
parent4cb2ff10b3925c9234b8090b08fbd68584617ada (diff)
downloadpdf-as-4-228b1e2dc09d9554edcd667c68325709d1fb0d3e.tar.gz
pdf-as-4-228b1e2dc09d9554edcd667c68325709d1fb0d3e.tar.bz2
pdf-as-4-228b1e2dc09d9554edcd667c68325709d1fb0d3e.zip
Update logback
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 492e36d9..6f252a32 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.2.Final"
api "org.hibernate:hibernate-entitymanager:5.6.2.Final"
- implementation 'ch.qos.logback:logback-classic:1.2.9'
+ implementation 'ch.qos.logback:logback-classic:1.2.10'
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
testImplementation group: 'junit', name: 'junit', version: '4.+'
}