aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
authorThomas <>2023-01-12 07:43:15 +0100
committerThomas <>2023-01-12 07:43:15 +0100
commitb35bdd12f605dc1017b4ac892a8e033e25e685c1 (patch)
tree8792fae804030b667bccae89bca79f2158174ee1 /pdf-as-web-db
parent42e68c8f3e53b34663d2fe9c434b0b034ff9ddf0 (diff)
downloadpdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.gz
pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.tar.bz2
pdf-as-4-b35bdd12f605dc1017b4ac892a8e033e25e685c1.zip
build(core): update third-party libs
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r--pdf-as-web-db/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle
index 6f252a32..db84074c 100644
--- a/pdf-as-web-db/build.gradle
+++ b/pdf-as-web-db/build.gradle
@@ -17,9 +17,9 @@ dependencies {
implementation project (':pdf-as-web')
implementation project (':pdf-as-web-status')
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.10'
+ api "org.hibernate:hibernate-core:5.6.14.Final"
+ api "org.hibernate:hibernate-entitymanager:5.6.14.Final"
+ implementation 'ch.qos.logback:logback-classic:1.2.11'
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
testImplementation group: 'junit', name: 'junit', version: '4.+'
}