[JAVA-31598] Upgrade Hibernate to the latest version. (#15934)

This commit is contained in:
Amit Pandey 2024-02-26 13:34:48 +05:30 committed by GitHub
parent a3d63f75f6
commit 294c8bea14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -95,10 +95,10 @@ dependencies {
[group: 'org.springframework', name: 'spring-core', version: '4.3.5.RELEASE'], [group: 'org.springframework', name: 'spring-core', version: '4.3.5.RELEASE'],
[group: 'org.springframework', name: 'spring-aop', version: '4.3.5.RELEASE'] [group: 'org.springframework', name: 'spring-aop', version: '4.3.5.RELEASE']
) )
testImplementation('org.hibernate:hibernate-core:5.2.12.Final') { testImplementation('org.hibernate.orm:hibernate-core:6.4.2.Final') {
transitive = true transitive = true
} }
runtimeOnly(group: 'org.hibernate', name: 'hibernate-core', version: '5.2.12.Final') { runtimeOnly(group: 'org.hibernate.orm', name: 'hibernate-core', version: '6.4.2.Final') {
transitive = false transitive = false
} }
runtimeOnly "org.codehaus.groovy:groovy-all:2.4.11@jar" runtimeOnly "org.codehaus.groovy:groovy-all:2.4.11@jar"