Fix dependency for latest dep test (#3755)
This commit is contained in:
parent
1343a576df
commit
4b47bc596b
|
@ -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.+")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue