HHH-16326 Upgrade to JUnit 5.9.2

This commit is contained in:
Sanne Grinovero 2023-03-17 09:25:08 +00:00 committed by Sanne Grinovero
parent 4a0f5f0789
commit 65fa597dcb
2 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ public void testMergeManyToManyWithCollectionDeference(SessionFactoryScope scope
} }
@AfterEach @AfterEach
private void cleanup(SessionFactoryScope scope) { public void cleanup(SessionFactoryScope scope) {
scope.inTransaction( scope.inTransaction(
session -> { session -> {
session.createQuery( "delete from NumberedNode where parent is not null" ).executeUpdate(); session.createQuery( "delete from NumberedNode where parent is not null" ).executeUpdate();

View File

@ -123,7 +123,7 @@ dependencyResolutionManagement {
} }
testLibs { testLibs {
version( "junit4", "4.13.2" ) version( "junit4", "4.13.2" )
version( "junit5", "5.8.2" ) version( "junit5", "5.9.2" )
version( "assertj", "3.14.0" ) version( "assertj", "3.14.0" )
version( "mockito", "5.0.0" ) version( "mockito", "5.0.0" )
version( "byteman", "4.0.20" ) //Compatible with JDK20 version( "byteman", "4.0.20" ) //Compatible with JDK20