mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
HHH-16326 Upgrade to JUnit 5.9.2
This commit is contained in:
parent
4a0f5f0789
commit
65fa597dcb
@ -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();
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user