aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db/build.gradle
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:12:57 +0000
committerThomas Lenz <thomas.lenz@iaik.tugraz.at>2023-01-12 12:12:57 +0000
commite78fccac558a93f18bae96ddb6c8e131afaf946d (patch)
tree7ad33b2d27902f90af1b5db304d5819eca14bab2 /pdf-as-web-db/build.gradle
parent27b8f07c7c0b5cac2c1eae6181335c8da03722b3 (diff)
parenta070139872c65dc19d7fdd0b489474165627a4f1 (diff)
downloadpdf-as-4-e78fccac558a93f18bae96ddb6c8e131afaf946d.tar.gz
pdf-as-4-e78fccac558a93f18bae96ddb6c8e131afaf946d.tar.bz2
pdf-as-4-e78fccac558a93f18bae96ddb6c8e131afaf946d.zip
Merge branch 'feature/bulk_light_sign' into 'development'
Feature/bulk light sign See merge request egiz/pdf-as-4!8
Diffstat (limited to 'pdf-as-web-db/build.gradle')
-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.+'
}