@@ -4,7 +4,7 @@ dependencies {
44 api " org.apache.groovy:groovy:$groovyVersion "
55 api(" org.grails:grails-datastore-gorm:$gormVersion " )
66 api " org.springframework:spring-orm:$springVersion "
7- api(" org.hibernate:hibernate-core-jakarta:$h ibernate5Version " ) {
7+ api(" org.hibernate:hibernate-core-jakarta:$h ibernateVersion " ) {
88 exclude group :' commons-logging' , module :' commons-logging'
99 exclude group :' com.h2database' , module :' h2'
1010 exclude group :' commons-collections' , module :' commons-collections'
@@ -19,7 +19,7 @@ dependencies {
1919 exclude group :' org.slf4j' , module :' slf4j-api'
2020 }
2121
22- compileOnly (" org.hibernate:hibernate-ehcache:$h ibernate5Version " ) {
22+ compileOnly (" org.hibernate:hibernate-ehcache:$h ibernateVersion " ) {
2323 exclude group :' commons-collections' , module :' commons-collections'
2424 exclude group :' commons-logging' , module :' commons-logging'
2525 exclude group :' com.h2database' , module :' h2'
@@ -40,7 +40,7 @@ dependencies {
4040 }
4141 testImplementation " com.h2database:h2"
4242
43- testImplementation " org.hibernate:hibernate-ehcache:$h ibernate5Version "
43+ testImplementation " org.hibernate:hibernate-ehcache:$h ibernateVersion "
4444
4545 // groovy proxy fixes bytebuddy to be a bit smarter when it comes to groovy metaClass
4646 testImplementation " org.yakworks:hibernate-groovy-proxy:$hibernateGroovyProxy "
@@ -52,7 +52,7 @@ dependencies {
5252 testRuntimeOnly " org.slf4j:slf4j-simple:$slf4jVersion "
5353 testRuntimeOnly " org.slf4j:jcl-over-slf4j:$slf4jVersion "
5454 // The groovydoc task needs the Hibernate 4.x jars in the classpath
55- documentation(" org.hibernate:hibernate-core-jakarta:${ hibernate5Version } " )
55+ documentation(" org.hibernate:hibernate-core-jakarta:${ hibernateVersion } " )
5656}
5757
5858test {
0 commit comments