Upgrade JUnit5 to 5.10.2

This commit is contained in:
Marco Belladelli 2024-05-02 10:10:25 +02:00
parent 5d4ffac58d
commit 1ed98a901b
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ dependencyResolutionManagement {
library( "el", "org.glassfish.expressly", "expressly" ).versionRef( elVersion )
}
testLibs {
def junit5Version = version "junit5", "5.9.2"
def junit5Version = version "junit5", "5.10.2"
def junit4Version = version "junit4", "4.13.2"
def junit5LauncherVersion = version "junit5Launcher", "1.10.2"