aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web-db/build.gradle
diff options
context:
space:
mode:
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 91a4825d..6f252a32 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:4.3.11.Final"
- api "org.hibernate:hibernate-entitymanager:4.3.11.Final"
- implementation group: 'log4j', name: 'log4j', version: '1.2.17'
+ 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'
implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
testImplementation group: 'junit', name: 'junit', version: '4.+'
}