aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db
diff options
context:
space:
mode:
authorThomas <>2023-03-20 10:50:54 +0100
committerThomas <>2023-03-20 10:50:54 +0100
commit3e1e5e281ad5ea3ffe4d4a6d09d160f9c611b1de (patch)
tree06660d8e6508dff0814380c98e958242d958d86c /pdf-as-web-db
parentf6a2e5c69d913551f6ca7a0a508460533aa74317 (diff)
downloadpdf-as-4-3e1e5e281ad5ea3ffe4d4a6d09d160f9c611b1de.tar.gz
pdf-as-4-3e1e5e281ad5ea3ffe4d4a6d09d160f9c611b1de.tar.bz2
pdf-as-4-3e1e5e281ad5ea3ffe4d4a6d09d160f9c611b1de.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r--pdf-as-web-db/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle
index e2ee78cf..d09cd865 100644
--- a/pdf-as-web-db/build.gradle
+++ b/pdf-as-web-db/build.gradle
@@ -17,8 +17,8 @@ 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.14.Final"
- api "org.hibernate:hibernate-entitymanager:5.6.14.Final"
+ 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 group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
}