File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-datastore-gorm-support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ jtaVersion=1.1
1010javaAnnotationApiVersion =1.3.2
1111elVersion =3.0.0
1212commonsValidatorVersion =1.7
13- hibernateVersion =5.4.30
13+ hibernateVersion =5.5.6
1414servletApiVersion =4.0.1
1515spockVersion =2.0-groovy-3.0
1616springVersion =5.3.9
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments