Fix dependency for latest dep test (#3755)

This commit is contained in:
Nikita Salnikov-Tarnovski 2021-08-03 11:58:58 +03:00 committed by GitHub
parent 1343a576df
commit 4b47bc596b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -28,8 +28,6 @@ dependencies {
testImplementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")
// hibernate 6 is alpha so use 5 as latest version
// Actual latest 5.5.4 has a legitimate bug that breaks our tests:
// https://hibernate.atlassian.net/browse/HHH-14727?focusedCommentId=108318
latestDepTestLibrary("org.hibernate:hibernate-core:5.5.3.Final")
latestDepTestLibrary("org.hibernate:hibernate-entitymanager:5.5.3.Final")
latestDepTestLibrary("org.hibernate:hibernate-core:5.+")
latestDepTestLibrary("org.hibernate:hibernate-entitymanager:5.+")
}