Skip to content

Commit

Permalink
fix(deps): update hibernate core
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 11, 2023
1 parent 2b03f4a commit da71bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ groovyVersion=3.0.19
grouperClientVersion=2.6.19
guavaVersion=31.1-jre
hamcrestVersion=1.3
hibernateVersion=4.2.21.Final
hibernateJpamodelgenVersion=5.6.3.Final
hibernateVersion=4.3.11.Final
hibernateJpamodelgenVersion=5.6.15.Final
hsqldbVersion=2.5.1
httpclientVersion=4.5.14
httpcomponentsVersion=4.4.16
Expand Down
2 changes: 1 addition & 1 deletion uPortal-hibernate/uPortal-hibernate3-dialects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
}

dependencies {
compileOnly ('org.hibernate:hibernate:3.2.+') {
compileOnly ('org.hibernate:hibernate:3.5.+') {
transitive=false
}
}
Expand Down
2 changes: 1 addition & 1 deletion uPortal-hibernate/uPortal-hibernate4-dialects/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = "Apereo uPortal Usefull Dialects for hibernate 4"


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

Expand Down

0 comments on commit da71bf6

Please sign in to comment.