Skip to content

Commit b4ec8d8

Browse files
authored
Merge pull request #1509 from grails/puneetbehl-patch-1
Bump Hibernate from 5.4.30.FINAL to 5.5.6
2 parents 5e3bbda + d42eea8 commit b4ec8d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jtaVersion=1.1
1010
javaAnnotationApiVersion=1.3.2
1111
elVersion=3.0.0
1212
commonsValidatorVersion=1.7
13-
hibernateVersion=5.4.30
13+
hibernateVersion=5.5.6
1414
servletApiVersion=4.0.1
1515
spockVersion=2.0-groovy-3.0
1616
springVersion=5.3.9

grails-datastore-gorm-support/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compileOnly "org.springframework:spring-webmvc:$springVersion"
4848
compileOnly "org.grails:grails-web-url-mappings:$grailsVersion", { transitive = false }
4949
compileOnly "org.grails:grails-web-common:$grailsVersion", { transitive = false }
50-
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}.Final") {
50+
compileOnly("org.hibernate:hibernate-core:${hibernateVersion}") {
5151
exclude group:'commons-logging', module:'commons-logging'
5252
exclude group:'commons-collections', module:'commons-collections'
5353
exclude group:'org.slf4j', module:'slf4j-api'

0 commit comments

Comments
 (0)