Skip to content

Commit

Permalink
Exclude broken version from tests (#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNikem authored Jul 20, 2021
1 parent 574a3f7 commit d3ba86f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ dependencies {
testImplementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")

// hibernate 6 is alpha so use 5 as latest version
latestDepTestLibrary("org.hibernate:hibernate-core:5.+")
latestDepTestLibrary("org.hibernate:hibernate-entitymanager:5.+")
// 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")
latestDepTestLibrary("org.hibernate:hibernate-entitymanager:5.5.3")
}

0 comments on commit d3ba86f

Please sign in to comment.