diff options
author | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2021-12-16 12:48:19 +0100 |
---|---|---|
committer | Gerald Palfinger <gerald.palfinger@iaik.tugraz.at> | 2022-01-20 14:54:26 +0100 |
commit | 5decefe848b9856215b5f37326d3bf31e287d9c2 (patch) | |
tree | 156d3af0e2c341a08035187c850218616ade48f4 /pdf-as-web-db | |
parent | 4eb673f1d100423ad7a892460b1f11938173db47 (diff) | |
download | pdf-as-4-5decefe848b9856215b5f37326d3bf31e287d9c2.tar.gz pdf-as-4-5decefe848b9856215b5f37326d3bf31e287d9c2.tar.bz2 pdf-as-4-5decefe848b9856215b5f37326d3bf31e287d9c2.zip |
Update Hibernate
Diffstat (limited to 'pdf-as-web-db')
-rw-r--r-- | pdf-as-web-db/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-web-db/build.gradle b/pdf-as-web-db/build.gradle index 91a4825d..feca3308 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:4.3.11.Final" - api "org.hibernate:hibernate-entitymanager:4.3.11.Final" + api "org.hibernate:hibernate-core:5.6.2.Final" + api "org.hibernate:hibernate-entitymanager:5.6.2.Final" implementation group: 'log4j', name: 'log4j', version: '1.2.17' implementation group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion testImplementation group: 'junit', name: 'junit', version: '4.+' |