Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40f2603

Browse files
authoredNov 11, 2023
fix(deps): update hibernate core
1 parent 2b03f4a commit 40f2603

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ groovyVersion=3.0.19
6464
grouperClientVersion=2.6.19
6565
guavaVersion=31.1-jre
6666
hamcrestVersion=1.3
67-
hibernateVersion=4.2.21.Final
68-
hibernateJpamodelgenVersion=5.6.3.Final
67+
hibernateVersion=4.3.11.Final
68+
hibernateJpamodelgenVersion=5.6.15.Final
6969
hsqldbVersion=2.5.1
7070
httpclientVersion=4.5.14
7171
httpcomponentsVersion=4.4.16

‎uPortal-hibernate/uPortal-hibernate3-dialects/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
}
77

88
dependencies {
9-
compileOnly ('org.hibernate:hibernate:3.2.+') {
9+
compileOnly ('org.hibernate:hibernate:3.5.+') {
1010
transitive=false
1111
}
1212
}

‎uPortal-hibernate/uPortal-hibernate4-dialects/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Apereo uPortal Usefull Dialects for hibernate 4"
22

33

44
dependencies {
5-
compileOnly 'org.hibernate:hibernate-core:4.2.+'
5+
compileOnly 'org.hibernate:hibernate-core:4.3.+'
66
compileOnly "org.slf4j:jcl-over-slf4j:${slf4jVersion}"
77
}
88

0 commit comments

Comments
 (0)
Please sign in to comment.